[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf test] 175225: regressions - FAIL
flight 175225 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/175225/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 12 debian-hvm-install fail REGR. vs. 175202 test-amd64-amd64-xl-qemuu-ovmf-amd64 12 debian-hvm-install fail REGR. vs. 175202 version targeted for testing: ovmf cda98df16228970dcf9a4ce2af5368219711b4b0 baseline version: ovmf d103840cfb559c28831c2635b916d60118f671cc Last test of basis 175202 2022-12-14 13:42:59 Z 0 days Testing same since 175214 2022-12-14 18:42:16 Z 0 days 3 attempts ------------------------------------------------------------ People who touched revisions under test: Ard Biesheuvel <ardb@xxxxxxxxxx> Gerd Hoffmann <kraxel@xxxxxxxxxx> Jeff Brasen <jbrasen@xxxxxxxxxx> Tom Lendacky <thomas.lendacky@xxxxxxx> jobs: build-amd64-xsm pass build-i386-xsm pass build-amd64 pass build-i386 pass build-amd64-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl-qemuu-ovmf-amd64 fail test-amd64-i386-xl-qemuu-ovmf-amd64 fail ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit cda98df16228970dcf9a4ce2af5368219711b4b0 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:09 2022 +0100 OvmfPkg/QemuFwCfgLib: remove mQemuFwCfgSupported + mQemuFwCfgDmaSupported Remove global variables, store the state in PlatformInfoHob instead. Probing for fw_cfg happens on first use, at library initialization time the Hob might not be present yet. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 81bbc1452c972218f071cd4a8f5899df974b1dae Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:08 2022 +0100 OvmfPkg/QemuFwCfgLib: rewrite fw_cfg probe Move the code to a new QemuFwCfgProbe() function. Use direct Io*() calls instead of indirect QemuFwCfg*() calls to make sure we don't get recursive calls. Also simplify CC guest detection. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit e59747bd8246135faeecc18879d62db66a6acfc2 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:07 2022 +0100 OvmfPkg/DebugLibIoPort: use Rom version for PEI This variant does not use global variables. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit f6a196c7eb34affff0cfe1864e126953096885e1 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:06 2022 +0100 OvmfPkg/PlatformPei: remove mFeatureControlValue Use PlatformInfoHob->FeatureControlValue instead. OnMpServicesAvailable() will find PlatformInfoHob using GetFirstGuidHob() and pass a pointer to the WriteFeatureControl callback. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 862614e2544997c848fab7388733774ae0ea92d8 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:05 2022 +0100 OvmfPkg/PlatformPei: remove mPlatformInfoHob Stop using the mPlatformInfoHob global variable. Let BuildPlatformInfoHob() allocate and return PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 4bc2c748516e5c4a8bb86093cd5e1b80a9f35c0f Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:04 2022 +0100 OvmfPkg/PlatformPei: Verification: stop using mPlatformInfoHob Stop using the mPlatformInfoHob global variable in S3Verification() and Q35BoardVerification() functions. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 7dbb8a24d1a3403f85d959bc1234b9f4a92bfbf0 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:03 2022 +0100 OvmfPkg/PlatformPei: NoExec: stop using mPlatformInfoHob Stop using the mPlatformInfoHob global variable in NoexecDxeInitialization() function. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit cc6efda7770b8cabea3ae8c6054d47c4a8e229c3 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:02 2022 +0100 OvmfPkg/PlatformPei: MemTypeInfo: stop using mPlatformInfoHob Stop using the mPlatformInfoHob global variable in MemTypeInfoInitialization() function. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 27874a382c38a95d3ab613eebd35c152ca9b3897 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:01 2022 +0100 OvmfPkg/PlatformPei: PeiMemory: stop using mPlatformInfoHob Stop using the mPlatformInfoHob global variable in PublishPeiMemory() and GetPeiMemoryCap() functions. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 00743d144bc5b643e9323ad66f16cb48cf338705 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:10:00 2022 +0100 OvmfPkg/PlatformPei Q35 SMM helpers: stop using mPlatformInfoHob Stop using the mPlatformInfoHob global variable in Q35TsegMbytesInitialization() and Q35SmramAtDefaultSmbaseInitialization() ) functions. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 9d9d15b42a5e13bb18729da0f608c629aa274e80 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:09:59 2022 +0100 OvmfPkg/PlatformPei: PeiFv: stop using mPlatformInfoHob Stop using the mPlatformInfoHob global variable in PeiFvInitialization() function. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 78c373f2a5273af00b23b55d3e8c41583310cfb6 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Fri Dec 2 14:09:58 2022 +0100 OvmfPkg/PlatformPei: AmdSev: stop using mPlatformInfoHob Stop using the mPlatformInfoHob global variable in AmdSevInitialize() and AmdSevEsInitialize() functions. Pass a pointer to the PlatformInfoHob instead. Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Tested-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx> commit 916825b84f23b691dcce09a57625fb8fcb0cbb48 Author: Jeff Brasen <jbrasen@xxxxxxxxxx> Date: Tue Nov 15 11:01:06 2022 -0700 DynamicTablesPkg: SSDT _LPI revision is incorrect _LPI Revision should be 0 per the ACPI 6.5 specification. "The revision number of the _LPI object. Current revision is 0." Signed-off-by: Jeff Brasen <jbrasen@xxxxxxxxxx> Reviewed-by: Pierre Gondois <pierre.gondois@xxxxxxx> Reviewed-by: Sami Mujawar <sami.mujawar@xxxxxxx>
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |