[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 68061: all pass
This run is configured for baseline tests only. flight 68061 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/68061/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf bd5ef82698e5e5931ae46e763187a472ce76b661 baseline version: ovmf ec16deeac90e4b8014394be58a229f6aa8c493af Last test of basis 68059 2016-11-18 06:54:09 Z 0 days Testing same since 68061 2016-11-18 09:49:54 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Jiewen Yao <jiewen.yao@xxxxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Liming Gao <liming.gao@xxxxxxxxx> Ruiyu Ni <ruiyu.ni@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 bd5ef82698e5e5931ae46e763187a472ce76b661 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Fri Nov 11 11:30:13 2016 +0800 MdePkg Base.h: Add add comments on __ prefix in enum VERIFY_UINTXX_ENUM_SIZE Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> commit c023a57e3b37829a40146d97395f838b9cdfbc10 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Tue Nov 15 14:27:03 2016 +0800 BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb In V2, ignore .exe and .ilk files Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> commit 2f790bcb0a70057e38ae6f4beab72cbf16c8b812 Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Thu Nov 17 21:37:40 2016 +0800 OvmfPkg: Add 4K PE alignment to enable SMM page level protection. Tested boot with below configuration: IA32 IA32X64 X64 Tested boot with XD enabled/disabled. Requested-by: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 750ec4cabd074e0d8d4958efc0788c20e229d352 Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Thu Nov 17 21:32:25 2016 +0800 UefiCpuPkg/PiSmmCpu: Check XdSupport before set NX. When XD is not supported, the BIT63 is reserved. We should not set BIT63 in the page table. Test OVMF IA32/IA32X64 with XD enabled/disabled. Analyzed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Jeff Fan <jeff.fan@xxxxxxxxx> Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx> Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 0dc3fb06b270ee8b370c5b219ce590fcfe66d551 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 15 18:02:32 2016 +0800 MdeModulePkg/BdsDxe: Avoid overwriting PlatformRecovery#### Current implementation always creates PlatformRecovery0000 pointing to \EFI\BOOT\BOOT$(ARCH).efi but it may overwrite PlatformRecovery#### created before (maybe by a DXE driver). The patch only uses the smallest unused option number for the \EFI\BOOT\BOOT$(ARCH).efi PlatformRecovery#### to avoid overwriting already-created PlatformRecovery####. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jie Lin <jie.lin@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit de67c35c8a074500e1db86829e9aa164b7cf4b9d Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 15 17:50:43 2016 +0800 MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery#### The implementation doesn't check the LoadOptions[Index].Status but only depends on the Status returned from EfiBootManagerProcessLoadOption(), which results only the first PlatformRecovery#### runs. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jie Lin <jie.lin@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 3fc46b79d82922f33af29bf6c9d0de0062ebda12 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Nov 15 17:43:31 2016 +0800 MdeModulePkg/UefiBootManagerLib: Refine the debug message Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Sunny Wang <sunnywang@xxxxxxx> commit 5ce6fb99d481212b6b39e934efd40217530b88b1 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Mon Nov 14 13:25:54 2016 +0800 PcAtChipsetPkg/PcRtc: Handle NULL table entry in RSDT/XSDT The ACPI code may reserve the first entry for a certain table (might be FACS) to help with OS compatible issues. We need to skip the NULL table entry in RSDT/XSDT. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Sean Brogan <sean.brogan@xxxxxxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@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 |