mirror of https://gitee.com/openkylin/libvirt.git
tests: qemucapabilities: Update data for qemu-v5.1.0 release
qemu-v5.1.0 is released now. There weren't any noticable changes since our last update to 'rc2'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
8098462bfb
commit
9abf742986
|
@ -17,11 +17,11 @@
|
|||
{
|
||||
"return": {
|
||||
"qemu": {
|
||||
"micro": 92,
|
||||
"minor": 0,
|
||||
"micro": 0,
|
||||
"minor": 1,
|
||||
"major": 5
|
||||
},
|
||||
"package": "v5.1.0-rc2"
|
||||
"package": "v5.1.0"
|
||||
},
|
||||
"id": "libvirt-2"
|
||||
}
|
||||
|
|
|
@ -242,10 +242,10 @@
|
|||
<flag name='intel-iommu.aw-bits'/>
|
||||
<flag name='numa.hmat'/>
|
||||
<flag name='blockdev-hostdev-scsi'/>
|
||||
<version>5000092</version>
|
||||
<version>5001000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>43100242</microcodeVersion>
|
||||
<package>v5.1.0-rc2</package>
|
||||
<package>v5.1.0</package>
|
||||
<arch>x86_64</arch>
|
||||
<hostCPU type='kvm' model='base' migratability='yes'>
|
||||
<property name='vmx-entry-load-rtit-ctl' type='boolean' value='false'/>
|
||||
|
|
Loading…
Reference in New Issue