tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
<domainCapabilities >
<path > /usr/bin/qemu-system-x86_64</path>
<domain > qemu</domain>
<machine > pc-i440fx-7.2</machine>
<arch > x86_64</arch>
<vcpu max= '255' />
<iothreads supported= 'yes' />
<os supported= 'yes' >
<enum name= 'firmware' >
<value > bios</value>
<value > efi</value>
</enum>
<loader supported= 'yes' >
2023-04-03 14:20:47 +03:00
<value > /obviously/fake/firmware1.fd</value>
<value > /obviously/fake/firmware2.fd</value>
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
<enum name= 'type' >
<value > rom</value>
<value > pflash</value>
</enum>
<enum name= 'readonly' >
<value > yes</value>
<value > no</value>
</enum>
<enum name= 'secure' >
<value > no</value>
</enum>
</loader>
</os>
<cpu >
<mode name= 'host-passthrough' supported= 'no' />
<mode name= 'maximum' supported= 'yes' >
<enum name= 'maximumMigratable' >
<value > on</value>
<value > off</value>
</enum>
</mode>
<mode name= 'host-model' supported= 'yes' >
<model fallback= 'forbid' > EPYC</model>
<vendor > AMD</vendor>
<feature policy= 'require' name= 'monitor' />
<feature policy= 'require' name= 'hypervisor' />
2024-02-02 00:03:49 +03:00
<feature policy= 'require' name= 'acpi' />
<feature policy= 'require' name= 'ss' />
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
<feature policy= 'require' name= 'erms' />
<feature policy= 'require' name= 'mpx' />
<feature policy= 'require' name= 'pcommit' />
<feature policy= 'require' name= 'clwb' />
<feature policy= 'require' name= 'umip' />
<feature policy= 'require' name= 'pku' />
<feature policy= 'require' name= 'vaes' />
<feature policy= 'require' name= 'la57' />
2022-10-19 16:39:37 +03:00
<feature policy= 'require' name= 'pks' />
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
<feature policy= 'require' name= '3dnowext' />
<feature policy= 'require' name= '3dnow' />
<feature policy= 'require' name= 'npt' />
2022-10-19 16:43:15 +03:00
<feature policy= 'require' name= 'vgif' />
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
<feature policy= 'require' name= 'svme-addr-chk' />
<feature policy= 'disable' name= 'vme' />
<feature policy= 'disable' name= 'rdseed' />
<feature policy= 'disable' name= 'sha-ni' />
<feature policy= 'disable' name= 'xsavec' />
<feature policy= 'disable' name= 'misalignsse' />
<feature policy= 'disable' name= '3dnowprefetch' />
<feature policy= 'disable' name= 'osvw' />
<feature policy= 'disable' name= 'topoext' />
2024-02-02 00:03:49 +03:00
<feature policy= 'disable' name= 'fxsr_opt' />
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
<feature policy= 'disable' name= 'nrip-save' />
</mode>
<mode name= 'custom' supported= 'yes' >
<model usable= 'yes' vendor= 'unknown' > qemu64</model>
<model usable= 'yes' vendor= 'unknown' > qemu32</model>
<model usable= 'no' vendor= 'AMD' > phenom</model>
<model usable= 'yes' vendor= 'unknown' > pentium3</model>
<model usable= 'yes' vendor= 'unknown' > pentium2</model>
<model usable= 'yes' vendor= 'unknown' > pentium</model>
<model usable= 'yes' vendor= 'Intel' > n270</model>
<model usable= 'yes' vendor= 'unknown' > kvm64</model>
<model usable= 'yes' vendor= 'unknown' > kvm32</model>
<model usable= 'yes' vendor= 'Intel' > coreduo</model>
<model usable= 'yes' vendor= 'Intel' > core2duo</model>
<model usable= 'yes' vendor= 'AMD' > athlon</model>
<model usable= 'no' vendor= 'Intel' > Westmere-IBRS</model>
<model usable= 'yes' vendor= 'Intel' > Westmere</model>
<model usable= 'no' vendor= 'Intel' > Snowridge</model>
<model usable= 'no' vendor= 'Intel' > Skylake-Server-noTSX-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Skylake-Server-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Skylake-Server</model>
<model usable= 'no' vendor= 'Intel' > Skylake-Client-noTSX-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Skylake-Client-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Skylake-Client</model>
<model usable= 'no' vendor= 'Intel' > SandyBridge-IBRS</model>
<model usable= 'no' vendor= 'Intel' > SandyBridge</model>
<model usable= 'yes' vendor= 'Intel' > Penryn</model>
<model usable= 'no' vendor= 'AMD' > Opteron_G5</model>
<model usable= 'no' vendor= 'AMD' > Opteron_G4</model>
<model usable= 'no' vendor= 'AMD' > Opteron_G3</model>
<model usable= 'yes' vendor= 'AMD' > Opteron_G2</model>
<model usable= 'yes' vendor= 'AMD' > Opteron_G1</model>
<model usable= 'no' vendor= 'Intel' > Nehalem-IBRS</model>
<model usable= 'yes' vendor= 'Intel' > Nehalem</model>
<model usable= 'no' vendor= 'Intel' > IvyBridge-IBRS</model>
<model usable= 'no' vendor= 'Intel' > IvyBridge</model>
<model usable= 'no' vendor= 'Intel' > Icelake-Server-noTSX</model>
<model usable= 'no' vendor= 'Intel' > Icelake-Server</model>
<model usable= 'no' vendor= 'Intel' > Haswell-noTSX-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Haswell-noTSX</model>
<model usable= 'no' vendor= 'Intel' > Haswell-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Haswell</model>
<model usable= 'no' vendor= 'AMD' > EPYC-Rome</model>
<model usable= 'no' vendor= 'AMD' > EPYC-Milan</model>
<model usable= 'no' vendor= 'AMD' > EPYC-IBPB</model>
<model usable= 'no' vendor= 'AMD' > EPYC</model>
<model usable= 'no' vendor= 'Hygon' > Dhyana</model>
<model usable= 'no' vendor= 'Intel' > Cooperlake</model>
<model usable= 'yes' vendor= 'Intel' > Conroe</model>
<model usable= 'no' vendor= 'Intel' > Cascadelake-Server-noTSX</model>
<model usable= 'no' vendor= 'Intel' > Cascadelake-Server</model>
<model usable= 'no' vendor= 'Intel' > Broadwell-noTSX-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Broadwell-noTSX</model>
<model usable= 'no' vendor= 'Intel' > Broadwell-IBRS</model>
<model usable= 'no' vendor= 'Intel' > Broadwell</model>
<model usable= 'yes' vendor= 'unknown' > 486</model>
</mode>
</cpu>
<memoryBacking supported= 'yes' >
<enum name= 'sourceType' >
<value > file</value>
<value > anonymous</value>
<value > memfd</value>
</enum>
</memoryBacking>
<devices >
<disk supported= 'yes' >
<enum name= 'diskDevice' >
<value > disk</value>
<value > cdrom</value>
<value > floppy</value>
<value > lun</value>
</enum>
<enum name= 'bus' >
<value > ide</value>
<value > fdc</value>
<value > scsi</value>
<value > virtio</value>
<value > usb</value>
<value > sata</value>
</enum>
<enum name= 'model' >
<value > virtio</value>
<value > virtio-transitional</value>
<value > virtio-non-transitional</value>
</enum>
</disk>
<graphics supported= 'yes' >
<enum name= 'type' >
<value > sdl</value>
<value > vnc</value>
<value > spice</value>
<value > egl-headless</value>
<value > dbus</value>
</enum>
</graphics>
<video supported= 'yes' >
<enum name= 'modelType' >
<value > vga</value>
<value > cirrus</value>
<value > vmvga</value>
<value > qxl</value>
<value > virtio</value>
<value > none</value>
<value > bochs</value>
<value > ramfb</value>
</enum>
</video>
<hostdev supported= 'yes' >
<enum name= 'mode' >
<value > subsystem</value>
</enum>
<enum name= 'startupPolicy' >
<value > default</value>
<value > mandatory</value>
<value > requisite</value>
<value > optional</value>
</enum>
<enum name= 'subsysType' >
<value > usb</value>
<value > pci</value>
<value > scsi</value>
</enum>
<enum name= 'capsType' />
<enum name= 'pciBackend' >
<value > default</value>
<value > vfio</value>
</enum>
</hostdev>
<rng supported= 'yes' >
<enum name= 'model' >
<value > virtio</value>
<value > virtio-transitional</value>
<value > virtio-non-transitional</value>
</enum>
<enum name= 'backendModel' >
<value > random</value>
<value > egd</value>
<value > builtin</value>
</enum>
</rng>
<filesystem supported= 'yes' >
<enum name= 'driverType' >
<value > path</value>
<value > handle</value>
<value > virtiofs</value>
</enum>
</filesystem>
<tpm supported= 'yes' >
<enum name= 'model' >
<value > tpm-tis</value>
<value > tpm-crb</value>
</enum>
<enum name= 'backendModel' >
<value > passthrough</value>
<value > emulator</value>
2022-10-17 16:20:24 +03:00
<value > external</value>
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
</enum>
<enum name= 'backendVersion' >
<value > 2.0</value>
</enum>
</tpm>
<redirdev supported= 'yes' >
<enum name= 'bus' >
<value > usb</value>
</enum>
</redirdev>
<channel supported= 'yes' >
<enum name= 'type' >
<value > pty</value>
<value > unix</value>
<value > spicevmc</value>
</enum>
</channel>
2023-01-17 04:46:51 +03:00
<crypto supported= 'yes' >
<enum name= 'model' >
<value > virtio</value>
</enum>
<enum name= 'type' >
<value > qemu</value>
</enum>
<enum name= 'backendModel' >
<value > builtin</value>
<value > lkcf</value>
</enum>
</crypto>
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
</devices>
<features >
<gic supported= 'no' />
<vmcoreinfo supported= 'yes' />
<genid supported= 'yes' />
<backingStoreInput supported= 'yes' />
<backup supported= 'yes' />
2023-07-17 18:12:08 +03:00
<async-teardown supported= 'no' />
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
<sev supported= 'no' />
2022-11-11 04:21:22 +03:00
<sgx supported= 'no' />
tests: qemucapabilities: Add data for the qemu-7.2 dev cycle
Add data based on the v7.1.0-1579-g5107fd3eff qemu commit.
Notable changes:
- New machine types and corresponding objects:
- pc-i440fx-7.2, pc-i440fx-7.2-machine, pc-q35-7.2, pc-q35-7.2-machine
- new NETDEV_STREAM_CONNECTED/NETDEV_STREAM_DISCONNECTED events
- thread-context object and prealloc-property for memory devices added
- libblkio block driver backed support added:
- new backend protocol drivers:
- io_uring, nvme-io_uring, virtio-blk-vhost-user, virtio-blk-vhost-vdpa
- New CPU flags and some CPU features become migratable
(corresponding 'cpu-host-model' test changed output)
- cpu features 'avx', 'avx2', 'f16c', 'fma', 'vaes' became available in
TCG
- 'dumpdtb' command added
- New disk frontend properties:
- account-failed, account-invalid
- New unstable commands for debugging virtio:
x-query-virtio, x-query-virtio-status, x-query-virtio-queue-status,
x-query-virtio-vhost-queue-status, x-query-virtio-queue-element
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-10-07 11:14:55 +03:00
</features>
</domainCapabilities>