From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [ovmf baseline-only test] 71884: all pass
Date: Thu, 27 Jul 2017 19:07:42 +0100 [thread overview]
Message-ID: <osstest-71884-mainreport@xen.org> (raw)
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@intel.com>
Huajing Li <huajing.li@intel.com>
HuajingLi <huajing.li@intel.com>
Jiewen Yao <jiewen.yao@intel.com>
Li Huajing <huajing.li@intel.com>
Liming Gao <liming.gao@intel.com>
Ruiyu Ni <ruiyu.ni@intel.com>
Star Zeng <star.zeng@intel.com>
Yonghong Zhu <yonghong.zhu@intel.com>
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@intel.com>
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@intel.com>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
commit 9745ddcf8ae78d9fbe8c21a7ff41b848782f8b57
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Tue Jul 18 11:52:35 2017 +0800
IntelSiliconPkg/dsc: Add PlatformVtd sample driver.
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
commit 5071fb9cd99c6093625c7b3ec16b1dbdbb9cb8dc
Author: Jiewen Yao <jiewen.yao@intel.com>
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@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
commit 642d22424c8e3fc22dff6664a8be3cc832bae6f9
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Mon Jun 26 14:02:36 2017 +0800
IntelSiliconPkg/dsc: Add Vtd driver.
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
commit c049fc99098b08a4a5bae38ff5f06cce8904fc03
Author: Jiewen Yao <jiewen.yao@intel.com>
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@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
commit b7ff5027fed581ef8a94b577b8c44afde4d4178b
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Mon Jun 26 13:53:07 2017 +0800
IntelSiliconPkg/Dec: Add ProtocolGuid.
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
commit 4fd8eda9a3b466bc3ad862f3c5ce807918f8530f
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Mon Jun 26 13:51:40 2017 +0800
IntelSiliconPkg/Include: Add PlatformVtdPolicy Protocol
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
commit e2d81fb12a0bb9bff19f25e269a3d9db1f626d21
Author: Jiewen Yao <jiewen.yao@intel.com>
Date: Wed Jun 21 14:24:50 2017 +0800
IntelSiliconPkg/Include: Add VTD industry standard.
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
commit 1ccfe74ef4bf261e07f99f615a880e34fd4185ef
Author: Ruiyu Ni <ruiyu.ni@intel.com>
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@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
commit 958a81813bd9790b04199fce077918d08257e1a4
Author: Star Zeng <star.zeng@intel.com>
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@broadcom.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
commit b926a05bb93705fc2b59b50c55099353bd1ac49f
Author: Star Zeng <star.zeng@intel.com>
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@intel.com>
Cc: Baraneedharan Anbazhagan <anbazhagan@hp.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
commit fcccba378bebd740bfa3e36d684215d739421181
Author: Ruiyu Ni <ruiyu.ni@intel.com>
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@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
commit 00beb2abe74022dc9c63040f3af62c0299374cf8
Author: HuajingLi <huajing.li@intel.com>
Date: Sat Jul 22 15:40:53 2017 +0800
Nt32Pkg: Add the ResetSystemLib in Nt32 Platform.
Signed-off-by: Huajing Li <huajing.li@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
commit ac79ee29426de94045b79ee4b64b729b01dd8b51
Author: Fu Siyuan <siyuan.fu@intel.com>
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@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
commit 99849a906e15ea3a9a0330d69bbae0d21ff49808
Author: Li Huajing <huajing.li@intel.com>
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@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
commit c46aeceaf69ce777606f4825d6412bba6c25f193
Author: Li Huajing <huajing.li@intel.com>
Date: Mon Jul 24 15:31:42 2017 +0800
Nt32Pkg/WinNtSimpleFileSystemDxe: Change GetInfo() to get TimeZone.
Signed-off-by: Huajing Li <huajing.li@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
commit 688c7d21b97d8ed6bfba72299c43c22a7b707064
Author: Yonghong Zhu <yonghong.zhu@intel.com>
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@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
commit 134bbe88ac189799c7f643cd9435a9bd053d8bec
Author: Yonghong Zhu <yonghong.zhu@intel.com>
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@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
commit 3b341e263da957b2c8896317f41cc32880c878b0
Author: Liming Gao <liming.gao@intel.com>
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@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
commit c6e79f25070813eb42f9f4318df7f55fdf6799af
Author: Liming Gao <liming.gao@intel.com>
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@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
commit 2bc94462460ff6ad961bce2da19aef177328a36a
Author: Liming Gao <liming.gao@intel.com>
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@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
reply other threads:[~2017-07-27 18:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=osstest-71884-mainreport@xen.org \
--to=citrix-osstest@xenproject.org \
--cc=osstest-admin@xenproject.org \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).