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 08:14:55 +00:00
|
|
|
<domainCapabilities>
|
|
|
|
<path>/usr/bin/qemu-system-x86_64</path>
|
|
|
|
<domain>kvm</domain>
|
|
|
|
<machine>pc-q35-7.2</machine>
|
|
|
|
<arch>x86_64</arch>
|
|
|
|
<vcpu max='288'/>
|
|
|
|
<iothreads supported='yes'/>
|
|
|
|
<os supported='yes'>
|
|
|
|
<enum name='firmware'>
|
|
|
|
<value>bios</value>
|
|
|
|
<value>efi</value>
|
|
|
|
</enum>
|
|
|
|
<loader supported='yes'>
|
2023-04-03 11:20:47 +00: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 08:14:55 +00: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>yes</value>
|
|
|
|
<value>no</value>
|
|
|
|
</enum>
|
|
|
|
</loader>
|
|
|
|
</os>
|
|
|
|
<cpu>
|
|
|
|
<mode name='host-passthrough' supported='yes'>
|
|
|
|
<enum name='hostPassthroughMigratable'>
|
|
|
|
<value>on</value>
|
|
|
|
<value>off</value>
|
|
|
|
</enum>
|
|
|
|
</mode>
|
|
|
|
<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-Rome</model>
|
|
|
|
<vendor>AMD</vendor>
|
2023-06-09 15:17:36 +00:00
|
|
|
<maxphysaddr mode='passthrough' limit='64'/>
|
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 08:14:55 +00:00
|
|
|
<feature policy='require' name='x2apic'/>
|
|
|
|
<feature policy='require' name='tsc-deadline'/>
|
|
|
|
<feature policy='require' name='hypervisor'/>
|
|
|
|
<feature policy='require' name='tsc_adjust'/>
|
|
|
|
<feature policy='require' name='stibp'/>
|
|
|
|
<feature policy='require' name='arch-capabilities'/>
|
|
|
|
<feature policy='require' name='ssbd'/>
|
|
|
|
<feature policy='require' name='xsaves'/>
|
|
|
|
<feature policy='require' name='cmp_legacy'/>
|
|
|
|
<feature policy='require' name='invtsc'/>
|
|
|
|
<feature policy='require' name='amd-ssbd'/>
|
|
|
|
<feature policy='require' name='virt-ssbd'/>
|
|
|
|
<feature policy='require' name='lbrv'/>
|
|
|
|
<feature policy='require' name='tsc-scale'/>
|
|
|
|
<feature policy='require' name='vmcb-clean'/>
|
|
|
|
<feature policy='require' name='pause-filter'/>
|
|
|
|
<feature policy='require' name='pfthreshold'/>
|
2022-10-19 13:42:49 +00:00
|
|
|
<feature policy='require' name='v-vmsave-vmload'/>
|
2022-10-19 13:43:15 +00: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 08:14:55 +00:00
|
|
|
<feature policy='require' name='svme-addr-chk'/>
|
|
|
|
<feature policy='require' name='rdctl-no'/>
|
|
|
|
<feature policy='require' name='skip-l1dfl-vmentry'/>
|
|
|
|
<feature policy='require' name='mds-no'/>
|
|
|
|
<feature policy='require' name='pschange-mc-no'/>
|
|
|
|
</mode>
|
|
|
|
<mode name='custom' supported='yes'>
|
2024-12-05 14:20:54 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='486-v1'>486</model>
|
|
|
|
<model usable='yes' vendor='unknown'>486-v1</model>
|
2024-10-22 09:46:34 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Broadwell-v1'>Broadwell</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Broadwell'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:34 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Broadwell-v3'>Broadwell-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Broadwell-IBRS'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:34 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Broadwell-v2'>Broadwell-noTSX</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Broadwell-noTSX'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:34 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Broadwell-v4'>Broadwell-noTSX-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Broadwell-noTSX-IBRS'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:34 +00:00
|
|
|
<model usable='no' vendor='Intel'>Broadwell-v1</model>
|
|
|
|
<blockers model='Broadwell-v1'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Broadwell-v2</model>
|
|
|
|
<blockers model='Broadwell-v2'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Broadwell-v3</model>
|
|
|
|
<blockers model='Broadwell-v3'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Broadwell-v4</model>
|
|
|
|
<blockers model='Broadwell-v4'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:47:10 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Cascadelake-Server-v1'>Cascadelake-Server</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Cascadelake-Server'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:47:10 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Cascadelake-Server-v3'>Cascadelake-Server-noTSX</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Cascadelake-Server-noTSX'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:47:10 +00:00
|
|
|
<model usable='no' vendor='Intel'>Cascadelake-Server-v1</model>
|
|
|
|
<blockers model='Cascadelake-Server-v1'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Cascadelake-Server-v2</model>
|
|
|
|
<blockers model='Cascadelake-Server-v2'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Cascadelake-Server-v3</model>
|
|
|
|
<blockers model='Cascadelake-Server-v3'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Cascadelake-Server-v4</model>
|
|
|
|
<blockers model='Cascadelake-Server-v4'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Cascadelake-Server-v5</model>
|
|
|
|
<blockers model='Cascadelake-Server-v5'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-12-05 14:38:08 +00:00
|
|
|
<model usable='yes' vendor='Intel' canonical='Conroe-v1'>Conroe</model>
|
|
|
|
<model usable='yes' vendor='Intel'>Conroe-v1</model>
|
2024-10-22 09:47:41 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Cooperlake-v1'>Cooperlake</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Cooperlake'>
|
|
|
|
<feature name='avx512-bf16'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='taa-no'/>
|
2024-10-22 09:47:41 +00:00
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Cooperlake-v1</model>
|
|
|
|
<blockers model='Cooperlake-v1'>
|
|
|
|
<feature name='avx512-bf16'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='taa-no'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Cooperlake-v2</model>
|
|
|
|
<blockers model='Cooperlake-v2'>
|
|
|
|
<feature name='avx512-bf16'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='taa-no'/>
|
2024-10-18 12:40:48 +00:00
|
|
|
</blockers>
|
2024-11-22 13:43:15 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Denverton-v1'>Denverton</model>
|
|
|
|
<blockers model='Denverton'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='mpx'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Denverton-v1</model>
|
|
|
|
<blockers model='Denverton-v1'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='mpx'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Denverton-v2</model>
|
|
|
|
<blockers model='Denverton-v2'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Denverton-v3</model>
|
|
|
|
<blockers model='Denverton-v3'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:51:30 +00:00
|
|
|
<model usable='yes' vendor='Hygon' canonical='Dhyana-v1'>Dhyana</model>
|
|
|
|
<model usable='yes' vendor='Hygon'>Dhyana-v1</model>
|
|
|
|
<model usable='yes' vendor='Hygon'>Dhyana-v2</model>
|
2024-10-22 09:50:56 +00:00
|
|
|
<model usable='yes' vendor='AMD' canonical='EPYC-v1'>EPYC</model>
|
|
|
|
<model usable='yes' vendor='AMD' canonical='EPYC-v2'>EPYC-IBPB</model>
|
2024-10-22 09:51:20 +00:00
|
|
|
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='EPYC-Milan'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='fsrm'/>
|
|
|
|
<feature name='ibrs'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
</blockers>
|
2024-10-22 09:51:20 +00:00
|
|
|
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
|
|
|
|
<blockers model='EPYC-Milan-v1'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='fsrm'/>
|
|
|
|
<feature name='ibrs'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
</blockers>
|
2024-10-22 09:51:07 +00:00
|
|
|
<model usable='yes' vendor='AMD' canonical='EPYC-Rome-v1'>EPYC-Rome</model>
|
|
|
|
<model usable='yes' vendor='AMD'>EPYC-Rome-v1</model>
|
|
|
|
<model usable='no' vendor='AMD'>EPYC-Rome-v2</model>
|
|
|
|
<blockers model='EPYC-Rome-v2'>
|
|
|
|
<feature name='ibrs'/>
|
|
|
|
</blockers>
|
2024-10-22 09:50:56 +00:00
|
|
|
<model usable='yes' vendor='AMD'>EPYC-v1</model>
|
|
|
|
<model usable='yes' vendor='AMD'>EPYC-v2</model>
|
|
|
|
<model usable='yes' vendor='AMD'>EPYC-v3</model>
|
2024-10-22 09:46:25 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Haswell'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:25 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Haswell-v3'>Haswell-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Haswell-IBRS'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:25 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Haswell-v2'>Haswell-noTSX</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Haswell-noTSX'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:25 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Haswell-v4'>Haswell-noTSX-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Haswell-noTSX-IBRS'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:25 +00:00
|
|
|
<model usable='no' vendor='Intel'>Haswell-v1</model>
|
|
|
|
<blockers model='Haswell-v1'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Haswell-v2</model>
|
|
|
|
<blockers model='Haswell-v2'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Haswell-v3</model>
|
|
|
|
<blockers model='Haswell-v3'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Haswell-v4</model>
|
|
|
|
<blockers model='Haswell-v4'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:47:28 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Icelake-Server-v1'>Icelake-Server</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Icelake-Server'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
2024-10-22 09:47:28 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Icelake-Server-v2'>Icelake-Server-noTSX</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Icelake-Server-noTSX'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
2024-10-22 09:47:28 +00:00
|
|
|
<model usable='no' vendor='Intel'>Icelake-Server-v1</model>
|
|
|
|
<blockers model='Icelake-Server-v1'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Icelake-Server-v2</model>
|
|
|
|
<blockers model='Icelake-Server-v2'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Icelake-Server-v3</model>
|
|
|
|
<blockers model='Icelake-Server-v3'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='taa-no'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Icelake-Server-v4</model>
|
|
|
|
<blockers model='Icelake-Server-v4'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512ifma'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='fsrm'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='taa-no'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Icelake-Server-v5</model>
|
|
|
|
<blockers model='Icelake-Server-v5'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512ifma'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='fsrm'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='taa-no'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Icelake-Server-v6</model>
|
|
|
|
<blockers model='Icelake-Server-v6'>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512bitalg'/>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512ifma'/>
|
|
|
|
<feature name='avx512vbmi'/>
|
|
|
|
<feature name='avx512vbmi2'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='avx512vnni'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='fsrm'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='ibrs-all'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='la57'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='taa-no'/>
|
|
|
|
<feature name='vaes'/>
|
|
|
|
<feature name='vpclmulqdq'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:14 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='IvyBridge-v1'>IvyBridge</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='IvyBridge'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:14 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='IvyBridge-v2'>IvyBridge-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='IvyBridge-IBRS'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:14 +00:00
|
|
|
<model usable='no' vendor='Intel'>IvyBridge-v1</model>
|
|
|
|
<blockers model='IvyBridge-v1'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>IvyBridge-v2</model>
|
|
|
|
<blockers model='IvyBridge-v2'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-12-05 14:42:16 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='KnightsMill-v1'>KnightsMill</model>
|
2024-11-22 13:44:01 +00:00
|
|
|
<blockers model='KnightsMill'>
|
|
|
|
<feature name='avx512-4fmaps'/>
|
|
|
|
<feature name='avx512-4vnniw'/>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512er'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512pf'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-12-05 14:42:16 +00:00
|
|
|
<model usable='no' vendor='Intel'>KnightsMill-v1</model>
|
|
|
|
<blockers model='KnightsMill-v1'>
|
|
|
|
<feature name='avx512-4fmaps'/>
|
|
|
|
<feature name='avx512-4vnniw'/>
|
|
|
|
<feature name='avx512-vpopcntdq'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512er'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512pf'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-10-22 09:45:34 +00:00
|
|
|
<model usable='yes' vendor='Intel' canonical='Nehalem-v1'>Nehalem</model>
|
|
|
|
<model usable='no' vendor='Intel' canonical='Nehalem-v2'>Nehalem-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Nehalem-IBRS'>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:45:34 +00:00
|
|
|
<model usable='yes' vendor='Intel'>Nehalem-v1</model>
|
|
|
|
<model usable='no' vendor='Intel'>Nehalem-v2</model>
|
|
|
|
<blockers model='Nehalem-v2'>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-12-05 14:45:11 +00:00
|
|
|
<model usable='yes' vendor='AMD' canonical='Opteron_G1-v1'>Opteron_G1</model>
|
|
|
|
<model usable='yes' vendor='AMD'>Opteron_G1-v1</model>
|
2024-10-18 12:17:13 +00:00
|
|
|
<model usable='yes' vendor='AMD'>Opteron_G2</model>
|
|
|
|
<model usable='yes' vendor='AMD'>Opteron_G3</model>
|
|
|
|
<model usable='no' vendor='AMD'>Opteron_G4</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Opteron_G4'>
|
|
|
|
<feature name='fma4'/>
|
|
|
|
<feature name='xop'/>
|
|
|
|
</blockers>
|
2024-10-18 12:17:13 +00:00
|
|
|
<model usable='no' vendor='AMD'>Opteron_G5</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Opteron_G5'>
|
|
|
|
<feature name='fma4'/>
|
|
|
|
<feature name='tbm'/>
|
|
|
|
<feature name='xop'/>
|
|
|
|
</blockers>
|
2024-12-05 14:41:18 +00:00
|
|
|
<model usable='yes' vendor='Intel' canonical='Penryn-v1'>Penryn</model>
|
|
|
|
<model usable='yes' vendor='Intel'>Penryn-v1</model>
|
2024-10-22 09:46:01 +00:00
|
|
|
<model usable='yes' vendor='Intel' canonical='SandyBridge-v1'>SandyBridge</model>
|
|
|
|
<model usable='no' vendor='Intel' canonical='SandyBridge-v2'>SandyBridge-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='SandyBridge-IBRS'>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:01 +00:00
|
|
|
<model usable='yes' vendor='Intel'>SandyBridge-v1</model>
|
|
|
|
<model usable='no' vendor='Intel'>SandyBridge-v2</model>
|
|
|
|
<blockers model='SandyBridge-v2'>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:49 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Skylake-Client-v1'>Skylake-Client</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Skylake-Client'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:49 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Skylake-Client-v2'>Skylake-Client-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Skylake-Client-IBRS'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:49 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Skylake-Client-v3'>Skylake-Client-noTSX-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Skylake-Client-noTSX-IBRS'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:49 +00:00
|
|
|
<model usable='no' vendor='Intel'>Skylake-Client-v1</model>
|
|
|
|
<blockers model='Skylake-Client-v1'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Skylake-Client-v2</model>
|
|
|
|
<blockers model='Skylake-Client-v2'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Skylake-Client-v3</model>
|
|
|
|
<blockers model='Skylake-Client-v3'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Skylake-Client-v4</model>
|
|
|
|
<blockers model='Skylake-Client-v4'>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:57 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Skylake-Server-v1'>Skylake-Server</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Skylake-Server'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:57 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Skylake-Server-v2'>Skylake-Server-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Skylake-Server-IBRS'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:57 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Skylake-Server-v3'>Skylake-Server-noTSX-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Skylake-Server-noTSX-IBRS'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:46:57 +00:00
|
|
|
<model usable='no' vendor='Intel'>Skylake-Server-v1</model>
|
|
|
|
<blockers model='Skylake-Server-v1'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Skylake-Server-v2</model>
|
|
|
|
<blockers model='Skylake-Server-v2'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='hle'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='rtm'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Skylake-Server-v3</model>
|
|
|
|
<blockers model='Skylake-Server-v3'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Skylake-Server-v4</model>
|
|
|
|
<blockers model='Skylake-Server-v4'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Skylake-Server-v5</model>
|
|
|
|
<blockers model='Skylake-Server-v5'>
|
|
|
|
<feature name='avx512bw'/>
|
|
|
|
<feature name='avx512cd'/>
|
|
|
|
<feature name='avx512dq'/>
|
|
|
|
<feature name='avx512f'/>
|
|
|
|
<feature name='avx512vl'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='invpcid'/>
|
|
|
|
<feature name='pcid'/>
|
|
|
|
<feature name='pku'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:48:04 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='Snowridge-v1'>Snowridge</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Snowridge'>
|
|
|
|
<feature name='cldemote'/>
|
|
|
|
<feature name='core-capability'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='movdir64b'/>
|
|
|
|
<feature name='movdiri'/>
|
|
|
|
<feature name='mpx'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='split-lock-detect'/>
|
|
|
|
</blockers>
|
2024-10-22 09:48:04 +00:00
|
|
|
<model usable='no' vendor='Intel'>Snowridge-v1</model>
|
|
|
|
<blockers model='Snowridge-v1'>
|
|
|
|
<feature name='cldemote'/>
|
|
|
|
<feature name='core-capability'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='movdir64b'/>
|
|
|
|
<feature name='movdiri'/>
|
|
|
|
<feature name='mpx'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='split-lock-detect'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Snowridge-v2</model>
|
|
|
|
<blockers model='Snowridge-v2'>
|
|
|
|
<feature name='cldemote'/>
|
|
|
|
<feature name='core-capability'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='movdir64b'/>
|
|
|
|
<feature name='movdiri'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='split-lock-detect'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Snowridge-v3</model>
|
|
|
|
<blockers model='Snowridge-v3'>
|
|
|
|
<feature name='cldemote'/>
|
|
|
|
<feature name='core-capability'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='movdir64b'/>
|
|
|
|
<feature name='movdiri'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
<feature name='split-lock-detect'/>
|
|
|
|
</blockers>
|
|
|
|
<model usable='no' vendor='Intel'>Snowridge-v4</model>
|
|
|
|
<blockers model='Snowridge-v4'>
|
|
|
|
<feature name='cldemote'/>
|
|
|
|
<feature name='erms'/>
|
|
|
|
<feature name='gfni'/>
|
|
|
|
<feature name='movdir64b'/>
|
|
|
|
<feature name='movdiri'/>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:45:49 +00:00
|
|
|
<model usable='yes' vendor='Intel' canonical='Westmere-v1'>Westmere</model>
|
|
|
|
<model usable='no' vendor='Intel' canonical='Westmere-v2'>Westmere-IBRS</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='Westmere-IBRS'>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-10-22 09:45:49 +00:00
|
|
|
<model usable='yes' vendor='Intel'>Westmere-v1</model>
|
|
|
|
<model usable='no' vendor='Intel'>Westmere-v2</model>
|
|
|
|
<blockers model='Westmere-v2'>
|
|
|
|
<feature name='spec-ctrl'/>
|
|
|
|
</blockers>
|
2024-12-05 14:43:25 +00:00
|
|
|
<model usable='no' vendor='AMD' canonical='athlon-v1'>athlon</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='athlon'>
|
|
|
|
<feature name='3dnow'/>
|
|
|
|
<feature name='3dnowext'/>
|
|
|
|
</blockers>
|
2024-12-05 14:43:25 +00:00
|
|
|
<model usable='no' vendor='AMD'>athlon-v1</model>
|
|
|
|
<blockers model='athlon-v1'>
|
|
|
|
<feature name='3dnow'/>
|
|
|
|
<feature name='3dnowext'/>
|
|
|
|
</blockers>
|
2024-12-05 14:32:57 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='core2duo-v1'>core2duo</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='core2duo'>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-12-05 14:32:57 +00:00
|
|
|
<model usable='no' vendor='Intel'>core2duo-v1</model>
|
|
|
|
<blockers model='core2duo-v1'>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-12-05 14:30:57 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='coreduo-v1'>coreduo</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='coreduo'>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-12-05 14:30:57 +00:00
|
|
|
<model usable='no' vendor='Intel'>coreduo-v1</model>
|
|
|
|
<blockers model='coreduo-v1'>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-12-05 14:35:19 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='kvm32-v1'>kvm32</model>
|
|
|
|
<model usable='yes' vendor='unknown'>kvm32-v1</model>
|
2024-12-05 14:37:01 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='kvm64-v1'>kvm64</model>
|
|
|
|
<model usable='yes' vendor='unknown'>kvm64-v1</model>
|
2024-12-05 14:32:08 +00:00
|
|
|
<model usable='no' vendor='Intel' canonical='n270-v1'>n270</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='n270'>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-12-05 14:32:08 +00:00
|
|
|
<model usable='no' vendor='Intel'>n270-v1</model>
|
|
|
|
<blockers model='n270-v1'>
|
|
|
|
<feature name='ss'/>
|
|
|
|
</blockers>
|
2024-12-05 14:23:04 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='pentium-v1'>pentium</model>
|
|
|
|
<model usable='yes' vendor='unknown'>pentium-v1</model>
|
2024-12-05 14:25:30 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='pentium2-v1'>pentium2</model>
|
|
|
|
<model usable='yes' vendor='unknown'>pentium2-v1</model>
|
2024-12-05 14:28:21 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='pentium3-v1'>pentium3</model>
|
|
|
|
<model usable='yes' vendor='unknown'>pentium3-v1</model>
|
2024-12-05 14:44:29 +00:00
|
|
|
<model usable='no' vendor='AMD' canonical='phenom-v1'>phenom</model>
|
2024-10-18 12:40:48 +00:00
|
|
|
<blockers model='phenom'>
|
|
|
|
<feature name='3dnow'/>
|
|
|
|
<feature name='3dnowext'/>
|
|
|
|
</blockers>
|
2024-12-05 14:44:29 +00:00
|
|
|
<model usable='no' vendor='AMD'>phenom-v1</model>
|
|
|
|
<blockers model='phenom-v1'>
|
|
|
|
<feature name='3dnow'/>
|
|
|
|
<feature name='3dnowext'/>
|
|
|
|
</blockers>
|
2024-12-05 14:34:21 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='qemu32-v1'>qemu32</model>
|
|
|
|
<model usable='yes' vendor='unknown'>qemu32-v1</model>
|
2024-12-05 14:36:14 +00:00
|
|
|
<model usable='yes' vendor='unknown' canonical='qemu64-v1'>qemu64</model>
|
|
|
|
<model usable='yes' vendor='unknown'>qemu64-v1</model>
|
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 08:14:55 +00:00
|
|
|
</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>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 13:20:24 +00: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 08:14:55 +00: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 01:46:51 +00: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>
|
2024-06-27 08:31:45 +00:00
|
|
|
<interface supported='yes'>
|
|
|
|
<enum name='backendType'>
|
|
|
|
<value>default</value>
|
|
|
|
<value>passt</value>
|
|
|
|
</enum>
|
|
|
|
</interface>
|
2024-11-01 09:25:49 +00:00
|
|
|
<panic supported='yes'>
|
|
|
|
<enum name='model'>
|
|
|
|
<value>isa</value>
|
|
|
|
<value>hyperv</value>
|
|
|
|
<value>pvpanic</value>
|
|
|
|
</enum>
|
|
|
|
</panic>
|
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 08:14:55 +00:00
|
|
|
</devices>
|
|
|
|
<features>
|
|
|
|
<gic supported='no'/>
|
|
|
|
<vmcoreinfo supported='yes'/>
|
|
|
|
<genid supported='yes'/>
|
|
|
|
<backingStoreInput supported='yes'/>
|
|
|
|
<backup supported='yes'/>
|
2023-07-17 15:12:08 +00:00
|
|
|
<async-teardown supported='no'/>
|
2024-08-28 12:26:25 +00:00
|
|
|
<ps2 supported='yes'/>
|
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 08:14:55 +00:00
|
|
|
<sev supported='no'/>
|
2022-11-11 01:21:22 +00:00
|
|
|
<sgx supported='no'/>
|
2024-06-25 08:45:43 +00:00
|
|
|
<launchSecurity 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 08:14:55 +00:00
|
|
|
</features>
|
|
|
|
</domainCapabilities>
|