mirror of https://gitee.com/openkylin/libvirt.git
tests: Update capabilities for QEMU 5.0.0 on ppc64
The churn in the output files is caused primarily by the fact that replies were generated on a POWER9 machine, which is good because we didn't have coverage of that before. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
b51755278a
commit
55e1c2b68a
File diff suppressed because it is too large
Load Diff
|
@ -28,6 +28,7 @@
|
|||
<flag name='blockio'/>
|
||||
<flag name='ide-drive.wwn'/>
|
||||
<flag name='scsi-disk.wwn'/>
|
||||
<flag name='seccomp-sandbox'/>
|
||||
<flag name='reboot-timeout'/>
|
||||
<flag name='vnc'/>
|
||||
<flag name='VGA'/>
|
||||
|
@ -139,6 +140,7 @@
|
|||
<flag name='dump-completed'/>
|
||||
<flag name='qcow2-luks'/>
|
||||
<flag name='pcie-pci-bridge'/>
|
||||
<flag name='seccomp-blacklist'/>
|
||||
<flag name='query-cpus-fast'/>
|
||||
<flag name='disk-write-cache'/>
|
||||
<flag name='nbd-tls'/>
|
||||
|
@ -192,23 +194,24 @@
|
|||
<flag name='storage.werror'/>
|
||||
<flag name='fsdev.multidevs'/>
|
||||
<flag name='virtio.packed'/>
|
||||
<flag name='pcie-root-port.hotplug'/>
|
||||
<flag name='machine.pseries.cap-cfpc'/>
|
||||
<flag name='machine.pseries.cap-sbbc'/>
|
||||
<flag name='machine.pseries.cap-ibs'/>
|
||||
<flag name='tcg'/>
|
||||
<version>4002050</version>
|
||||
<version>5000000</version>
|
||||
<kvmVersion>0</kvmVersion>
|
||||
<microcodeVersion>42900241</microcodeVersion>
|
||||
<package>v4.2.0-2387-g3189e9d38c</package>
|
||||
<package>v5.0.0</package>
|
||||
<arch>ppc64</arch>
|
||||
<cpu type='kvm' name='default' typename='604-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='ppc' typename='604-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='ppc32' typename='604-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='ppc64' typename='970fx_v3.1-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='power10' typename='power10_v1.0-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='POWER9' typename='power9_v2.0-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='POWER9' typename='host-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='power8nvl' typename='power8nvl_v1.0-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='POWER8' typename='host-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='POWER8' typename='power8_v2.0-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='power8e' typename='power8e_v2.1-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='power7+' typename='power7+_v2.1-powerpc64-cpu'/>
|
||||
<cpu type='kvm' name='POWER7' typename='power7_v2.3-powerpc64-cpu'/>
|
||||
|
@ -612,8 +615,8 @@
|
|||
<cpu type='kvm' name='750fx_v2.3'/>
|
||||
<cpu type='kvm' name='604'/>
|
||||
<cpu type='kvm' name='mpc8541e_v11'/>
|
||||
<cpu type='kvm' name='750fx_v1.0'/>
|
||||
<cpu type='kvm' name='405gpr'/>
|
||||
<cpu type='kvm' name='750fx_v1.0'/>
|
||||
<cpu type='kvm' name='mpc8343e'/>
|
||||
<cpu type='kvm' name='mpc8347eat'/>
|
||||
<cpu type='kvm' name='7410_v1.2'/>
|
||||
|
@ -1083,8 +1086,8 @@
|
|||
<cpu type='tcg' name='750fx_v2.3'/>
|
||||
<cpu type='tcg' name='604'/>
|
||||
<cpu type='tcg' name='mpc8541e_v11'/>
|
||||
<cpu type='tcg' name='750fx_v1.0'/>
|
||||
<cpu type='tcg' name='405gpr'/>
|
||||
<cpu type='tcg' name='750fx_v1.0'/>
|
||||
<cpu type='tcg' name='mpc8343e'/>
|
||||
<cpu type='tcg' name='mpc8347eat'/>
|
||||
<cpu type='tcg' name='7410_v1.2'/>
|
||||
|
|
|
@ -30,4 +30,6 @@ file=/tmp/lib/domain--1-default-video-type-p/master-key.aes \
|
|||
-device usb-mouse,id=input1,bus=usb.0,port=2 \
|
||||
-vnc 127.0.0.1:0 \
|
||||
-device VGA,id=video0,vgamem_mb=16,bus=pci.0,addr=0x2 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -33,4 +33,6 @@ uuid=49545eb3-75e1-2d0a-acdd-f0294406c99e,memdev=memnvdimm0,id=nvdimm0,slot=0 \
|
|||
-boot strict=on \
|
||||
-device pci-ohci,id=usb,bus=pci.0,addr=0x1 \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x2 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -13,7 +13,7 @@ QEMU_AUDIO_DRV=none \
|
|||
-object secret,id=masterKey0,format=raw,\
|
||||
file=/tmp/lib/domain--1-guest/master-key.aes \
|
||||
-machine pseries-2.7,accel=kvm,usb=off,dump-guest-core=off \
|
||||
-cpu POWER8 \
|
||||
-cpu POWER9 \
|
||||
-m 4096 \
|
||||
-overcommit mem-lock=off \
|
||||
-smp 4,sockets=4,cores=1,threads=1 \
|
||||
|
@ -36,4 +36,6 @@ id=virtio-disk0,bootindex=1 \
|
|||
-chardev pty,id=charserial0 \
|
||||
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -13,7 +13,7 @@ QEMU_AUDIO_DRV=none \
|
|||
-object secret,id=masterKey0,format=raw,\
|
||||
file=/tmp/lib/domain--1-guest/master-key.aes \
|
||||
-machine pseries-3.1,accel=kvm,usb=off,dump-guest-core=off \
|
||||
-cpu POWER8 \
|
||||
-cpu POWER9 \
|
||||
-m 4096 \
|
||||
-overcommit mem-lock=off \
|
||||
-smp 4,sockets=4,cores=1,threads=1 \
|
||||
|
@ -36,4 +36,6 @@ id=virtio-disk0,bootindex=1 \
|
|||
-chardev pty,id=charserial0 \
|
||||
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -13,7 +13,7 @@ QEMU_AUDIO_DRV=none \
|
|||
-object secret,id=masterKey0,format=raw,\
|
||||
file=/tmp/lib/domain--1-guest/master-key.aes \
|
||||
-machine pseries-4.2,accel=kvm,usb=off,dump-guest-core=off \
|
||||
-cpu POWER8 \
|
||||
-cpu POWER9 \
|
||||
-m 4096 \
|
||||
-overcommit mem-lock=off \
|
||||
-smp 4,sockets=4,cores=1,threads=1 \
|
||||
|
@ -36,4 +36,6 @@ id=virtio-disk0,bootindex=1 \
|
|||
-chardev pty,id=charserial0 \
|
||||
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -36,4 +36,6 @@ id=virtio-disk0,bootindex=1 \
|
|||
-chardev pty,id=charserial0 \
|
||||
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -36,4 +36,6 @@ id=virtio-disk0,bootindex=1 \
|
|||
-chardev pty,id=charserial0 \
|
||||
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -36,4 +36,6 @@ id=virtio-disk0,bootindex=1 \
|
|||
-chardev pty,id=charserial0 \
|
||||
-device spapr-vty,chardev=charserial0,id=serial0,reg=0x30000000 \
|
||||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -48,4 +48,6 @@ id=channel0,name=org.qemu.guest_agent.0 \
|
|||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 \
|
||||
-object rng-random,id=objrng0,filename=/dev/urandom \
|
||||
-device virtio-rng-pci,rng=objrng0,id=rng0,bus=pci.0,addr=0x6 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -45,4 +45,6 @@ id=channel0,name=org.qemu.guest_agent.0 \
|
|||
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 \
|
||||
-object rng-random,id=objrng0,filename=/dev/urandom \
|
||||
-device virtio-rng-pci,rng=objrng0,id=rng0,bus=pci.0,addr=0x6 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -43,4 +43,6 @@ device_id=drive-scsi1-0-0-0,drive=libvirt-1-format,id=scsi1-0-0-0,bootindex=1 \
|
|||
-chardev socket,id=chrtpm,path=/dev/test \
|
||||
-device tpm-spapr,tpmdev=tpm-tpm0,id=tpm0,reg=0x00005000 \
|
||||
-global spapr-nvram.reg=0x4000 \
|
||||
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
||||
resourcecontrol=deny \
|
||||
-msg timestamp=on
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>POWER8</model>
|
||||
<model fallback='forbid'>POWER9</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>POWER8</model>
|
||||
<model fallback='forbid'>POWER9</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<boot dev='hd'/>
|
||||
</os>
|
||||
<cpu mode='custom' match='exact' check='none'>
|
||||
<model fallback='forbid'>POWER8</model>
|
||||
<model fallback='forbid'>POWER9</model>
|
||||
</cpu>
|
||||
<clock offset='utc'/>
|
||||
<on_poweroff>destroy</on_poweroff>
|
||||
|
|
Loading…
Reference in New Issue