[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 38451: all pass
This run is configured for baseline tests only. flight 38451 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/38451/ Perfect :-) All tests in this flight passed version targeted for testing: ovmf 68312710615c3499341f3e300b0a3921dea5a39b baseline version: ovmf 6e3e562c9d3f3737b718b5be9c9a64e98784890b Last test of basis 38447 2015-12-04 21:32:45 Z 0 days Testing same since 38451 2015-12-05 12:23:32 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Laszlo Ersek <lersek@xxxxxxxxxx> Liming Gao <liming.gao@xxxxxxxxx> Michael Kinney <michael.d.kinney@xxxxxxxxx> Shannon Zhao <shannon.zhao@xxxxxxxxxx> 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 68312710615c3499341f3e300b0a3921dea5a39b Author: Shannon Zhao <shannon.zhao@xxxxxxxxxx> Date: Fri Dec 4 16:17:17 2015 +0000 ArmVirtPkg: HighMemDxe: add memory space for the high memory nodes Here we add the memory space for the high memory nodes except the lowest one in FDT. So these spaces will show up in the UEFI memory map. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shannon Zhao <shannon.zhao@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> [lersek@xxxxxxxxxx: rewrap at 79 chars, use NULL, print Status] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19124 6f19259b-4bc3-4df7-8a09-765794883524 commit 45f9bb91b037f87c4853cac58457d2abc958829f Author: Shannon Zhao <shannon.zhao@xxxxxxxxxx> Date: Fri Dec 4 16:17:12 2015 +0000 ArmVirtPkg: ArmVirtPlatformLib: find the lowest memory node While QEMU NUMA support on ARM will introduce more than one /memory node in the device tree, it needs to find the lowest one and set PcdSystemMemorySize with the actual size of this memory node. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shannon Zhao <shannon.zhao@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19123 6f19259b-4bc3-4df7-8a09-765794883524 commit 17247f53d59077ca04dea27e848c409d065eb478 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Dec 4 03:16:37 2015 +0000 OvmfPkg: Fix VS2015 warning C4459 in XenBusDxe warning C4459: declaration of 'xs' hides global declaration. Update code to rename local variable xs to xsp to be different. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Jordan Justen <jordan.l.justen@xxxxxxxxx> Acked-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19116 6f19259b-4bc3-4df7-8a09-765794883524 commit 0f397749e1e508571042f8fadaeeb63b5649700c Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Dec 4 03:15:45 2015 +0000 CryptoPkg: Disable VS2015 warning C4311 in OpensslLib Warning C4311: pointer truncation from 'type' to 'type'. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Qin Long <qin.long@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19115 6f19259b-4bc3-4df7-8a09-765794883524 commit 4d454c54d1dbd92745b825d3156d8b4ced949461 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Dec 4 03:15:08 2015 +0000 MdeModulePkg: Fix VS2015 warning C4311 & C4312 in RegularExpressionDxe warning C4311: pointer truncation from 'void *' to 'unsigned long' warning C4312: conversion from 'unsigned long' to 'void *' of greater size Update code to convert type to UINTN first, then convert it to other type. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Acked-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19114 6f19259b-4bc3-4df7-8a09-765794883524 commit d76946e328c51ab236de5d34edec774b0b01e4f5 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Dec 4 03:14:14 2015 +0000 MdeModulePkg: Fix VS2015 warning C4456 in RegularExpressionDxe warning C4456: declaration of 'q' hides previous local declaration. Update code to use the different local variable name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Acked-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19113 6f19259b-4bc3-4df7-8a09-765794883524 commit 7b2c31ae65491e94e906ccb3e4e691ee458f2eca Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Dec 4 03:06:07 2015 +0000 MdeModulePkg: Fix VS2015 warning C4459 in DriverSampleDxe warning C4459: declaration of 'PrivateData' hides global declaration. Update DriverSampleDxe to rename global variable name to be different. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19112 6f19259b-4bc3-4df7-8a09-765794883524 commit 592a3790d8b39ed982216560b9608db71a758e83 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Dec 4 03:05:28 2015 +0000 MdePkg: Disable VS2015 warning C4701 & C4703 C4701 & C4703 may cause false positive issues. They have been disabled in VS2013. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19111 6f19259b-4bc3-4df7-8a09-765794883524 _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |