[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 68333: all pass
This run is configured for baseline tests only. flight 68333 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68333/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 0dc3359ac677b80475c6f4933c513089ad451ebe baseline version: ovmf 42b85551615d62fb68f0dbd63c068445c4d3c511 Last test of basis 68329 2017-01-06 05:17:06 Z 0 days Testing same since 68333 2017-01-06 17:47:26 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Chen A Chen <chen.a.chen@xxxxxxxxx> Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Wu Jiaxin <jiaxin.wu@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 0dc3359ac677b80475c6f4933c513089ad451ebe Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Thu Jan 5 09:56:11 2017 +0800 MdeModulePkg/Bds: Fix a bug that may causes S4 fails to resume When firmware boots to UiApp, the memory type information settings are saved to NV storage and the settings in HOB are changed as well. Because UiApp is an APPLICATION type of boot option, system doesn't reset when settings change. But when user selects OS to boot in UiApp, because the settings in HOB was updated when booting to UiApp, the BDS doesn't think the settings change, expected reset doesn't happen. The patch fixes this issue to not update the settings in HOB. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 5016d46603addf62656590e83375074abc321f23 Author: Chen A Chen <chen.a.chen@xxxxxxxxx> Date: Wed Jan 4 11:28:03 2017 +0800 ShellPkg: Fix a bug ">>v" cannot append data to environment variable When ">v" is used to redirect the command output to environment variable, the ending "\r\n\0" is removed before setting to environment variable but the length is not updated. It causes ">>v" fails to append data to the environment variable created by ">v". The patch fixes the above bug. Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> commit dd6d0a520eec0fd3fc455ac7345ac0c06095a511 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Fri Dec 9 15:53:22 2016 +0800 SecurityPkg Tcg2ConfigDxe: Add setup option to configure PPI version REF: https://bugzilla.tianocore.org/show_bug.cgi?id=288 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer was introduced to configure physical presence interface version. but test or user needs to build different images to support different versions separately as the PCD does not support Dynamic types. This patch is to extend the PCD to support Dynamic types and add a setup option in Tcg2ConfigDxe driver to configure the physical presence interface version, the PCD needs to be DynamicHii type and maps to the setup option. Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Chao Zhang <chao.b.zhang@xxxxxxxxx> commit 9ce9bf5339f8a5a9acfd77d9fbc70bb92a55dd6a Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Wed Jan 4 10:40:54 2017 +0800 BaseTools: not report error for the optional items in the FmpTokens <FmpTokens> in the FDF spec defined some optional items, eg: IMAGE_INDEX, HARDWARE_INSTANCE. but current tool report error if no such item is exist in the FDF file. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=293 Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 9fba84ac6ef01a0debf0cb823dd9eedb491bf1de Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Date: Thu Jan 5 11:37:06 2017 +0800 CryptoPkg/TlsLib: Refine the coding style. Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Cc: Long Qin <qin.long@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> commit 89f06051a5c89bcd81b1375f60bb9d1cb049c0de Author: Jiaxin Wu <jiaxin.wu@xxxxxxxxx> Date: Thu Jan 5 11:34:07 2017 +0800 MdePkg, NetworkPkg: Refine the coding style. Cc: Ye Ting <ting.ye@xxxxxxxxx> Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx> Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx> Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |