Message ID | 20230630091752.67190-1-pmorel@linux.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | s390x: CPU Topology | expand |
On 30/06/2023 11.17, Pierre Morel wrote: ... > Testing > ======= > > To use the QEMU patches, you will need Linux V6-rc1 or newer, > or use the following Linux mainline patches: > > f5ecfee94493 2022-07-20 KVM: s390: resetting the Topology-Change-Report > 24fe0195bc19 2022-07-20 KVM: s390: guest support for topology function > 0130337ec45b 2022-07-20 KVM: s390: Cleanup ipte lock access and SIIF fac.. > > Currently this code is for KVM only, I have no idea if it is interesting > to provide a TCG patch. If ever it will be done in another series. > > This series provide 12 avocado tests using Fedora-35 kernel and initrd > image. Hi Pierre, the new avocado tests currently fail if you run them on a x86 host. Could you please add a check that they are properly skipped instead if the environment does not match? I guess a self.require_accelerator('kvm') should do the job... Thomas
On 7/5/23 12:02, Thomas Huth wrote: > On 30/06/2023 11.17, Pierre Morel wrote: > ... >> Testing >> ======= >> >> To use the QEMU patches, you will need Linux V6-rc1 or newer, >> or use the following Linux mainline patches: >> >> f5ecfee94493 2022-07-20 KVM: s390: resetting the Topology-Change-Report >> 24fe0195bc19 2022-07-20 KVM: s390: guest support for topology function >> 0130337ec45b 2022-07-20 KVM: s390: Cleanup ipte lock access and SIIF >> fac.. >> >> Currently this code is for KVM only, I have no idea if it is interesting >> to provide a TCG patch. If ever it will be done in another series. >> >> This series provide 12 avocado tests using Fedora-35 kernel and initrd >> image. > > Hi Pierre, > > the new avocado tests currently fail if you run them on a x86 host. > Could you please add a check that they are properly skipped instead if > the environment does not match? I guess a > > self.require_accelerator('kvm') > > should do the job... > > Thomas > Yes, thanks, I add this during initialization of the VM. Regards, Pierre