[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 38358: tolerable FAIL
This run is configured for baseline tests only. flight 38358 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38358/ Failures :-/ but no regressions. Regressions which are regarded as allowable (not blocking): build-i386-xsm 5 xen-build fail blocked in 38345 build-i386 5 xen-build fail blocked in 38345 build-amd64-xsm 5 xen-build fail like 38345 build-amd64 5 xen-build fail like 38345 Tests which did not succeed, but are not blocking: build-amd64-libvirt 1 build-check(1) blocked n/a build-i386-libvirt 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a version targeted for testing: ovmf 95ac787f02d5c85d046af5cefa3b49f0f8841733 baseline version: ovmf 9f419739d1ae849e0c4d75a131502f9367ca4a7d Last test of basis 38345 2015-11-25 22:20:46 Z 0 days Testing same since 38358 2015-11-26 18:26:28 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Eugene Cohen <eugene@xxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Michael Kinney <michael.d.kinney@xxxxxxxxx> Qin Long <qin.long@xxxxxxxxx> Yao, Jiewen <jiewen.yao@xxxxxxxxx> Zhang Lubo <lubo.zhang@xxxxxxxxx> jobs: build-amd64-xsm fail build-i386-xsm fail build-amd64 fail build-i386 fail build-amd64-libvirt blocked build-i386-libvirt blocked build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl-qemuu-ovmf-amd64 blocked test-amd64-i386-xl-qemuu-ovmf-amd64 blocked ------------------------------------------------------------ sg-report-flight on osstest.xs.citrite.net logs: /home/osstest/logs images: /home/osstest/images Logs, config files, etc. are available at http://osstest.xs.citrite.net/~osstest/testlogs/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary Push not applicable. ------------------------------------------------------------ commit 95ac787f02d5c85d046af5cefa3b49f0f8841733 Author: Eugene Cohen <eugene@xxxxxx> Date: Wed Nov 25 19:50:05 2015 +0000 ArmPkg/UncachedMemoryAllocationLib: fix warning about uninitialized local var RVCT (the proprietary 32-bit ARM compiler) warns about Node potentially being used uninitialized, so initialize it to NULL explicitly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eugene Cohen <eugene@xxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18952 6f19259b-4bc3-4df7-8a09-765794883524 commit bfec5efa56cae21ea8a1bb52cd7701749d43d70a Author: Michael Kinney <michael.d.kinney@xxxxxxxxx> Date: Wed Nov 25 17:01:02 2015 +0000 UefiCpuPkg/CpuS3DataDxe: Add module to initialize ACPI_CPU_DATA for S3 This module initializes the ACPI_CPU_DATA structure and registers the address of this structure in the PcdCpuS3DataAddress PCD. This is a generic/simple version of this module. It does not provide a machine check handler or CPU register initialization tables for ACPI S3 resume. It also only supports the number of CPUs reported by the MP Services Protocol, so this module does not support hot plug CPUs. This module can be copied into a CPU specific package and customized if these additional features are required. This patch series is in response to the OvmfPkg patch series from Laszlo Ersek that enables SMM on OVMF. The v4 version of the patch series from Laszlo includes an OVMF specific CPU module to initialize the ACPI_CPU_DATA structure. This proposed patch series replaces the patches listed below. [PATCH v4 27/41] OvmfPkg: add skeleton QuarkPort/CpuS3DataDxe [PATCH v4 28/41] OvmfPkg: QuarkPort/CpuS3DataDxe: fill in ACPI_CPU_DATA.StartupVector [PATCH v4 29/41] OvmfPkg: QuarkPort/CpuS3DataDxe: handle IDT, GDT and MCE in ACPI_CPU_DATA [PATCH v4 30/41] OvmfPkg: QuarkPort/CpuS3DataDxe: handle StackAddress and StackSize [PATCH v4 31/41] OvmfPkg: import CpuConfigLib header from Quark_EDKII_v1.1.0/IA32FamilyCpuBasePkg [PATCH v4 32/41] OvmfPkg: QuarkPort/CpuS3DataDxe: fill in ACPI_CPU_DATA.NumberOfCpus [PATCH v4 33/41] OvmfPkg: QuarkPort/CpuS3DataDxe: fill in ACPI_CPU_DATA.MtrrTable [PATCH v4 34/41] OvmfPkg: QuarkPort/CpuS3DataDxe: handle register tables in ACPI_CPU_DATA [PATCH v4 35/41] OvmfPkg: port CpuS3DataDxe to X64 patch originally authored by Paolo Bonzini [PATCH v4 36/41] OvmfPkg: build QuarkPort/CpuS3DataDxe for -D SMM_REQUIRE Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Cc: "Fan, Jeff" <jeff.fan@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18951 6f19259b-4bc3-4df7-8a09-765794883524 commit af381fda9b63f548a1b9f71bac3d4721f1fd8db4 Author: Michael Kinney <michael.d.kinney@xxxxxxxxx> Date: Wed Nov 25 17:00:51 2015 +0000 UefiCpuPkg/Include: Expand description of AcpiCpuData.h structures Provide a more detailed description of each field of the ACPI_CPU_DATA and CPU_REGISTER_TABLE structures. Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Cc: "Fan, Jeff" <jeff.fan@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18950 6f19259b-4bc3-4df7-8a09-765794883524 commit 670a563f2853100700ff2d8b3211c65a7e783127 Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Wed Nov 25 13:14:27 2015 +0000 Move CommunicationBuffer from stack to global variable. We had put communication buffer to Runtime memory, so that SMI handler can know it is not used by OS. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Zeng, Star" <star.zeng@xxxxxxxxx> Reviewed-by: "Kinney, Michael D" <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18949 6f19259b-4bc3-4df7-8a09-765794883524 commit f45f2d4ad4d803eb33c608bca8242992f1841fec Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Wed Nov 25 08:51:15 2015 +0000 Move SmmDebug feature from ASM to C. SmmDebug feature is implemented in ASM, which is not easy to maintain. So we move it to C function. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Kinney, Michael D" <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18946 6f19259b-4bc3-4df7-8a09-765794883524 commit 0b256fb1dd7ca267d6e448768e519f54f97f347a Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Wed Nov 25 08:40:49 2015 +0000 Install LoadedImage protocol for PiSmmCore. PiSmmCore installs LoadedImage for each SMM driver. However itself is missing. So we follow DxeCore style, let PiSmmCore installs LoadedImage protocol for itself, then the SMM image information is complete. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Zeng, Star" <star.zeng@xxxxxxxxx> Reviewed-by: "Kinney, Michael D" <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18945 6f19259b-4bc3-4df7-8a09-765794883524 commit 0f5f6b3db7c12405e4c942cd00ead0749cce41f2 Author: Qin Long <qin.long@xxxxxxxxx> Date: Wed Nov 25 08:34:57 2015 +0000 [CryptoPkg] Correct one typo in the API comments. Correct one typo (SingerChainCerts --> SignerChainCerts) in the comments for Pkcs7GetCertificatesList() API. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long <qin.long@xxxxxxxxx> Reviewed-by: Shumin Qiu <shumin.qiu@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18944 6f19259b-4bc3-4df7-8a09-765794883524 commit b8b65a0320c7f8ec797171b335dfda2456528d57 Author: Zhang Lubo <lubo.zhang@xxxxxxxxx> Date: Wed Nov 25 08:08:25 2015 +0000 MdeModulePkg: Clean code to follow C Coding style. Clean code to follow C Coding style. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo <lubo.zhang@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18943 6f19259b-4bc3-4df7-8a09-765794883524 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |