[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 38219: all pass
This run is configured for baseline tests only. flight 38219 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38219/ Perfect :-) All tests in this flight passed version targeted for testing: ovmf ae658d9163afd6053db7d37d46f54388e33a0052 baseline version: ovmf f40577c3563fcad7fc512617925d0574a7c64e2f Last test of basis 38216 2015-10-28 06:20:55 Z 1 days Testing same since 38219 2015-10-29 06:20:27 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Dandan Bi <dandan.bi@xxxxxxxxx> Eric Dong <eric.dong@xxxxxxxxx> Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> Michael Kinney <michael.d.kinney@xxxxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Tim He <tim.he@xxxxxxxxx> Yao, Jiewen <jiewen.yao@xxxxxxxxx> Yonghong Zhu <yonghong.zhu@xxxxxxxxx> 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 pass test-amd64-i386-xl-qemuu-ovmf-amd64 pass ------------------------------------------------------------ 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 ae658d9163afd6053db7d37d46f54388e33a0052 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Wed Oct 28 00:48:43 2015 +0000 MdeModulePkg Variable: Move CacheVariable->InDeletedTransitionPtr NULL pointer check This change is triggered by R18654 "Enhance variable performance by reading from existed memory cache" that changed the code to use CacheVariable to improve performance. So the CacheVariable->InDeletedTransitionPtr NULL pointer check needs to be moved to the place before it is been used. Cc: Shumin Qiu <shumin.qiu@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Shumin Qiu <shumin.qiu@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18688 6f19259b-4bc3-4df7-8a09-765794883524 commit 5b5e5674ae59721d4e045401c2deaaa76a96cda6 Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Tue Oct 27 23:10:49 2015 +0000 Publish FspHob to PEI Hob by default. because most platforms use such logic. PcdDataBaseHobGuid GuidHob is excluded because PCD database in FSP is different with the one in PEI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Ma, Maurice" <maurice.ma@xxxxxxxxx> Reviewed-by: "Rangarajan, Ravi P" <ravi.p.rangarajan@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18687 6f19259b-4bc3-4df7-8a09-765794883524 commit 9838b0161d3d1dfc9903f24ea5dc993dd0792325 Author: Michael Kinney <michael.d.kinney@xxxxxxxxx> Date: Tue Oct 27 16:15:03 2015 +0000 UefiCpuPkg: PiSmmCpuDxeSmm: Replace PcdSet## with PcdSet##S PcdSet## has no error status returned, then the caller has no idea about whether the set operation is successful or not. PcdSet##S were added to return error status and PcdSet## APIs were put in ifndef DISABLE_NEW_DEPRECATED_INTERFACES condition. To adopt PcdSet##S and further code development with DISABLE_NEW_DEPRECATED_INTERFACES defined, we need to Replace PcdSet## usage with PcdSet##S. Normally, DynamicDefault PCD set is expected to be success, but DynamicHii PCD set failure is a legal case. So for DynamicDefault, we add assert when set failure. For DynamicHii, we add logic to handle it. Cc: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Cc: Jeff Fan <jeff.fan@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18686 6f19259b-4bc3-4df7-8a09-765794883524 commit 7fe513896e16b560c5f1551e3f4bfffcb197b53b Author: Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> Date: Tue Oct 27 11:56:57 2015 +0000 MdePkg/BaseSynchronizationLib: fix AArch64 return values Fix the wrong return value of both InternalSyncIncrement() and InternalSyncDecrement(). The return value shouldn't be the address of input parameter. It should be the updated value of input parameter instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Haojian Zhuang <haojian.zhuang@xxxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18685 6f19259b-4bc3-4df7-8a09-765794883524 commit 8a4582838b42e92d6d6429a7289b04e50ad084de Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Tue Oct 27 10:19:29 2015 +0000 MdeModulePkg:Add new API HiiGetFormSetFromHiiHandle into UefiHiiLib This function is mainly through the Hii handle to get the formset opcode. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18684 6f19259b-4bc3-4df7-8a09-765794883524 commit 8b7a63e7e23f19b5947f8d6eedd22872d352dc54 Author: Tim He <tim.he@xxxxxxxxx> Date: Tue Oct 27 07:44:24 2015 +0000 Vlv2TbltDevicePkg: Sync the branch changes to trunk. update some smbios string and macro name for MinnowBoard Turbot board. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@xxxxxxxxx> Reviewed-by: David Wei <david.wei@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18682 6f19259b-4bc3-4df7-8a09-765794883524 commit b6f61255260a2e7c06ade9e3d4edb1e8e178f71f Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Tue Oct 27 07:37:56 2015 +0000 MdeModulePkg SetupBrowserDxe: Save global variable values before nest function called. The SendForm function can be called nest in it. This function also uses some global variables. So we must save global variable values before it been called again. Checked in the missing change for gBrowserFormSetList. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18681 6f19259b-4bc3-4df7-8a09-765794883524 commit c00a0c8761584b0eb204c63a0c270e396f43007c Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Tue Oct 27 04:46:50 2015 +0000 Move Smbios measurement from TCG driver to Smbios driver. This is patch to add smbios measurement. The problem of current SMBIOS measurement is: 1) TCG drivers do not support SMBIOS3.0 table. 2) TCG drivers do not follow TCG platform spec on: "Platform configuration information that is automatically updated, such as clock registers, and system unique information, such as asset numbers or serial numbers, MUST NOT be measured into PCR [1], or any other PCR." So we decide to move Smbios measurement from TCG drivers to Smbios driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Zeng, Star" <star.zeng@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18680 6f19259b-4bc3-4df7-8a09-765794883524 commit 03195ad324c19bbd1bbc221c6642df4de7a41514 Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Tue Oct 27 04:15:39 2015 +0000 Fix issue that calling GetS3MemoryInfo() with wrong order. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Ma, Maurice" <maurice.ma@xxxxxxxxx> Reviewed-by: "Rangarajan, Ravi P" <ravi.p.rangarajan@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18679 6f19259b-4bc3-4df7-8a09-765794883524 commit e620b72924b189c2741d700a6885fec71ea36e74 Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Tue Oct 27 04:00:08 2015 +0000 Do not deadloop if Microcode not found in FspTempRamInit. We do not consider microcode not found as critical error, because Microcode might be applied later. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Ma, Maurice" <maurice.ma@xxxxxxxxx> Reviewed-by: "Rangarajan, Ravi P" <ravi.p.rangarajan@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18678 6f19259b-4bc3-4df7-8a09-765794883524 commit d2de448338bf8f71c6727c3e60a39a1e419d5832 Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Tue Oct 27 03:54:08 2015 +0000 Move Smbios measurement from TCG driver to Smbios driver. This is patch to remove smbios measurement in TCG driver. There will be other patch to add it in Smbios driver. The problem of current SMBIOS measurement is: 1) TCG drivers do not support SMBIOS3.0 table. 2) TCG drivers do not follow TCG platform spec on: "Platform configuration information that is automatically updated, such as clock registers, and system unique information, such as asset numbers or serial numbers, MUST NOT be measured into PCR [1], or any other PCR." So we decide to move Smbios measurement from TCG drivers to Smbios driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Zhang, Chao B" <chao.b.zhang@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18677 6f19259b-4bc3-4df7-8a09-765794883524 commit c41eeb447d6dabe6e6a25c51f246daa1060df627 Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Tue Oct 27 03:49:31 2015 +0000 Add suppressif around TCG hash seleciton checkbox in TCG2 Previous TCG2 configuration UI always add all TCG defined hash algorithm to let user select which one need be used. This brings risk that user might select unsupported hash, and selection is rejected later. So we enhance to UI to hide unsupported hash algorithm. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Zhang, Chao B" <chao.b.zhang@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18676 6f19259b-4bc3-4df7-8a09-765794883524 commit 7919244076ebb8726ef5fe91aecc00726c706da2 Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Tue Oct 27 03:29:50 2015 +0000 BaseTools:remove the redundant directories for '-f' with absolute path. when the absolute path is given to '-f', it would create some redundant empty directories. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18675 6f19259b-4bc3-4df7-8a09-765794883524 commit 7254d134706361032d3b87bfecb96d15c1d43401 Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx> Date: Tue Oct 27 02:43:39 2015 +0000 Move Smbios table MAX length definition to Mde header filer. So that other module can also refer to them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx> Reviewed-by: "Zeng, Star" <star.zeng@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18674 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 |