[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 71884: all pass
This run is configured for baseline tests only. flight 71884 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/71884/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 1d8701a20e02f8c2c3ca66bb643d45d7d6779fd1 baseline version: ovmf 1683ecec41a7c944783c51efa75375f1e0a71d08 Last test of basis 71729 2017-07-21 16:59:51 Z 6 days Testing same since 71884 2017-07-27 10:48:39 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Fu Siyuan <siyuan.fu@xxxxxxxxx> Huajing Li <huajing.li@xxxxxxxxx> HuajingLi <huajing.li@xxxxxxxxx> Jiewen Yao <jiewen.yao@xxxxxxxxx> Li Huajing <huajing.li@xxxxxxxxx> Liming Gao <liming.gao@xxxxxxxxx> Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Star Zeng <star.zeng@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 1d8701a20e02f8c2c3ca66bb643d45d7d6779fd1 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Wed Jul 26 17:26:41 2017 +0800 Nt32Pkg: Always use 0x2000 for maxim variable size Currently the PcdMaxVariableSize is controlled by the below condition check: !if $(SECURE_BOOT_ENABLE) == TRUE || $(TLS_ENABLE) == TRUE gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000 !endif But for other case, PcdMaxVariableSize is also required with the value of 0x2000 (e,g. NetworkPkg/IScsiDxe), so remove the condition of PcdMaxVariableSize for NT32 platform. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Jiaxin Wu <jiaxin.wu@xxxxxxxxx> commit 9745ddcf8ae78d9fbe8c21a7ff41b848782f8b57 Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Tue Jul 18 11:52:35 2017 +0800 IntelSiliconPkg/dsc: Add PlatformVtd sample driver. Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit 5071fb9cd99c6093625c7b3ec16b1dbdbb9cb8dc Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Mon Jul 17 16:24:09 2017 +0800 IntelSiliconPkg: Add PlatformVTdSample driver. It provides sample on Platform VTd policy protocol. This protocol is optional. Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit 642d22424c8e3fc22dff6664a8be3cc832bae6f9 Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Mon Jun 26 14:02:36 2017 +0800 IntelSiliconPkg/dsc: Add Vtd driver. Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit c049fc99098b08a4a5bae38ff5f06cce8904fc03 Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Sat Mar 25 16:59:36 2017 +0800 IntelSiliconPkg: Add VTd driver. It provides AllocateBuffer/FreeBuffer/Map/Unmap function. It also provides VTd capability yet. Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit b7ff5027fed581ef8a94b577b8c44afde4d4178b Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Mon Jun 26 13:53:07 2017 +0800 IntelSiliconPkg/Dec: Add ProtocolGuid. Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit 4fd8eda9a3b466bc3ad862f3c5ce807918f8530f Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Mon Jun 26 13:51:40 2017 +0800 IntelSiliconPkg/Include: Add PlatformVtdPolicy Protocol Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit e2d81fb12a0bb9bff19f25e269a3d9db1f626d21 Author: Jiewen Yao <jiewen.yao@xxxxxxxxx> Date: Wed Jun 21 14:24:50 2017 +0800 IntelSiliconPkg/Include: Add VTD industry standard. Cc: Star Zeng <star.zeng@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit 1ccfe74ef4bf261e07f99f615a880e34fd4185ef Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Tue Jul 25 15:30:23 2017 +0800 ShellPkg/map: Recognize CDROM change The patch adds logic to probe the media change for physical block devices. So that when media change happens, the BlockIo is re-installed again. It fixes the issue when CDROM is removed UEFI Shell still shows the BlockIo in the output of "map -r". Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 958a81813bd9790b04199fce077918d08257e1a4 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Tue Jul 25 11:24:01 2017 +0800 MdeModulePkg Xhci: Also RecoverHaltedEndpoint for BABBLE_ERROR REF: https://bugzilla.tianocore.org/show_bug.cgi?id=644 According to XHCI spec: 4.10.2.1 Stall Error 4.10.2.4 Babble Detected Error When a device transmits more data on the USB than the host controller is expecting for a transaction, it is defined to be babbling. In general, this is called a Babble Error. When a device sends more data than the TD Transfer Size bytes (TD Babble), unexpected activity that persists beyond a specified point in a (micro)frame (Frame Babble), or a packet greater than Max Packet Size (Packet Babble), the host controller shall set the Babble Detected Error in the Completion Code field of the TRB, generate an Error Event, and halt the endpoint (refer to Section 4.10.2.1). This patch is to also check for EFI_USB_ERR_BABBLE error returned as a TransferResult and then proceed to XhcRecoverhaltedEndPoint. Cc: Vladimir Olovyannikov <vladimir.olovyannikov@xxxxxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> commit b926a05bb93705fc2b59b50c55099353bd1ac49f Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Fri Jul 21 11:36:29 2017 +0800 MdeModulePkg SmmLockBoxDxeLib: Get SmmCommRegion for COMM buffer REF: https://bugzilla.tianocore.org/show_bug.cgi?id=593 Currently, SmmCommunciate fails in RestoreLockBox after SmmReadyToLock since COMM buffer is in stack instead of using SmmCommRegion by gEdkiiPiSmmCommunicationRegionTableGuid. This patch is to get SmmCommRegion by gEdkiiPiSmmCommunicationRegionTableGuid for COMM buffer Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Baraneedharan Anbazhagan <anbazhagan@xxxxxx> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> commit fcccba378bebd740bfa3e36d684215d739421181 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Wed Jul 19 17:14:28 2017 +0800 MdePkg/ResetNotification: Rename to UnregisterResetNotify UEFI Spec uses UnRegisterResetNotify in protocol structure definition but uses UnregisterResetNotify in the function prototype definition. By searching the entire spec, Unregister* is used for SIMPLE_TEXT_INPUT_EX_PROTOCOL.UnregisterKeyNotify(). So choose to use UnregisterResetNotify for consistency. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 00beb2abe74022dc9c63040f3af62c0299374cf8 Author: HuajingLi <huajing.li@xxxxxxxxx> Date: Sat Jul 22 15:40:53 2017 +0800 Nt32Pkg: Add the ResetSystemLib in Nt32 Platform. Signed-off-by: Huajing Li <huajing.li@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> commit ac79ee29426de94045b79ee4b64b729b01dd8b51 Author: Fu Siyuan <siyuan.fu@xxxxxxxxx> Date: Wed Jul 19 14:24:22 2017 +0800 MdePkg: Add UEFI 2.7 defined GUID and structure for KMS protocol. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@xxxxxxxxx> Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx> commit 99849a906e15ea3a9a0330d69bbae0d21ff49808 Author: Li Huajing <huajing.li@xxxxxxxxx> Date: Mon Jul 24 15:46:03 2017 +0800 ShellPkg/ls: Display the file time in local time. Signed-off-by: Li Huajing <huajing.li@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> commit c46aeceaf69ce777606f4825d6412bba6c25f193 Author: Li Huajing <huajing.li@xxxxxxxxx> Date: Mon Jul 24 15:31:42 2017 +0800 Nt32Pkg/WinNtSimpleFileSystemDxe: Change GetInfo() to get TimeZone. Signed-off-by: Huajing Li <huajing.li@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> commit 688c7d21b97d8ed6bfba72299c43c22a7b707064 Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Tue Jul 25 13:38:30 2017 +0800 BaseTools: Fix the bug that warn() function with only 1 argument In the definition, the warn() function takes at least 2 arguments. 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 134bbe88ac189799c7f643cd9435a9bd053d8bec Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Tue Jul 25 13:56:53 2017 +0800 BaseTools: add some comment for .PrebuildEnv file's usage This patch add some comments to explain why we use .PrebuildEnv file to save environment variable settings set by the prebuild script. 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 3b341e263da957b2c8896317f41cc32880c878b0 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Tue Jul 11 11:33:58 2017 +0800 UefiCpuPkg: Update RegisterCpuFeaturesLib to consume PcdGetSize with UINTN PcdGetSize() returns UINTN data type. The consumer code should use UINTN data to get its size. This issue is found when PcdCpuFeaturesSupport is configured as patchable. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx> commit c6e79f25070813eb42f9f4318df7f55fdf6799af Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Tue Jul 11 11:32:40 2017 +0800 UefiCpuPkg: Update RegisterCpuFeaturesLib module UNI to match it Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx> commit 2bc94462460ff6ad961bce2da19aef177328a36a Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Tue Jul 11 11:32:12 2017 +0800 MdeModulePkg: Update NonDiscoverableDeviceRegistrationLib file header format Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |