[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 68283: all pass
This run is configured for baseline tests only. flight 68283 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68283/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf af8ba51aca4e0b41a359fe467fb5c5b9baa75a05 baseline version: ovmf 31d060d94e65c41ccca2b68f7908c0c3b4ac3df4 Last test of basis 68282 2016-12-28 11:17:00 Z 0 days Testing same since 68283 2016-12-28 14:48:10 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Jeff Fan <jeff.fan@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 af8ba51aca4e0b41a359fe467fb5c5b9baa75a05 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Mon Dec 26 19:16:23 2016 +0800 UefiCpuPkg/MpInitLib: Set new AP to idle state after switching BSP We need to set new AP to idle state if it is expected to be waken up by new BSP later. Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit b6e45716c3ebccba9c576b1c39502dfa8e62c9df Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Mon Dec 26 19:13:44 2016 +0800 UefiCpuPkg/MpInitLib: Disable and restore system timer interrupt We need to disable system timer interrup to avoid generating the pending interrupt on the old BSP. Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit 26b43433c1367f893ce3ae962761141a93b1d25a Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Mon Dec 26 16:55:12 2016 +0800 UefiCpuPkg/MpInitLib: Swap local APIC timer interrupt state We need to swap local APIC timer interrupt state between old BSP and new BSP. Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit a8d75a1802df015a79d929f45972de98b9a0a2d9 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Mon Dec 26 16:52:48 2016 +0800 UefiCpuPkg/MpInitLib: Move save/restore interrupt to SwitchBSPWorker() During switching BSP phase, we need to disable CPU interruput to prevent stack crashed by Timer interrupt handle. But when we enabled source debugging feature, debug timer interrupt handler (existing on both PEI and DXE) also could crash the stack used during switching BSP. So,we need to move save/restore interrupt to SwitchBSPWorker(). Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit ffab244280fd934c9a02142765e40f70fbc061a1 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Mon Dec 26 16:44:24 2016 +0800 UefiCpuPkg/MpInitLib: Sync BSP's local APIC timer settings to APs If APs are waken up by INIT-SIPI-SIPI command, they will lose original local APIC timer setting. As a result, the timer library instance based on local APIC timer cannot work on APs function. This fix is to save BSP's local APIC timer settings before waking up APs and to sync to APs when APs wakeup by INIT-SIPI-SIPI command. Setting BSP's current counter to AP's initial counter could make sure BSP and APs have same counter value across BSP switching. Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> commit 43c9fdcccd3254e929eb7b800b46418d78a4c2e8 Author: Jeff Fan <jeff.fan@xxxxxxxxx> Date: Mon Dec 26 16:28:58 2016 +0800 UefiCpuPkg/DxeMpInitLib: Support source debugging on AP function The current DxeDebugAgentLib supports source debugging on AP function. This update is to update DxeMpInitLib to consume Debug Agent Library by DEBUG_AGENT_INIT_DXE_AP flag. Thus, we could source debugging AP function invoked by CPU MP Protocol. However, current SecPeiDebugAgentLib does not support source debugging on AP function invoked by CPU MP PPI. I have submitted one bugzilla to add this support at https://bugzilla.tianocore.org/show_bug.cgi?id=308. Cc: Feng Tian <feng.tian@xxxxxxxxx> Cc: Kinney Michael D <michael.d.kinney@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |