[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 67862: all pass
This run is configured for baseline tests only. flight 67862 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/67862/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf a4bcf0bcdd81285e2ae881db7a51a454f8ab0951 baseline version: ovmf b3b58d4da79639ffb02e9a0556e21962bf918d1e Last test of basis 67861 2016-10-11 14:17:47 Z 0 days Testing same since 67862 2016-10-11 17:16:22 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Alexei <Alexei.Fedorov@xxxxxxx> Alexei Fedorov <alexei.fedorov@xxxxxxx> Evan Lloyd <evan.lloyd@xxxxxxx> Sami Mujawar <sami.mujawar@xxxxxxx> 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 a4bcf0bcdd81285e2ae881db7a51a454f8ab0951 Author: Alexei <Alexei.Fedorov@xxxxxxx> Date: Wed Sep 21 21:33:15 2016 +0100 ArmPlatformPkg: Remove UINTN cast when setting BaudRate. SerialPortInitialize() set the BaudRate variable (type UINT64) as: BaudRate = (UINTN)FixedPcdGet64 (PcdUartDefaultBaudRate); This commit fixes a potential problem on ARM 32-bit builds, where the UINTN type is defined as UINT32, by removing the cast: BaudRate = FixedPcdGet64 (PcdUartDefaultBaudRate); Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Alexei Fedorov <alexei.fedorov@xxxxxxx> Signed-off-by: Evan Lloyd <evan.lloyd@xxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> commit 2d52a3a237c4294022030d99c82e26f9e58276ad Author: Alexei <Alexei.Fedorov@xxxxxxx> Date: Wed Sep 21 21:33:14 2016 +0100 ArmPlatformPkg: Correct mendacious comments. Correct some obviously incorrect comments that have invalid details for the returned values. (Copy /Paste problem?) There are no functional changes in this commit. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Alexei Fedorov <alexei.fedorov@xxxxxxx> Signed-off-by: Evan Lloyd <evan.lloyd@xxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> commit 719a347c5df53a1dca6f80e06a285424228436e1 Author: Evan Lloyd <evan.lloyd@xxxxxxx> Date: Wed Sep 21 21:33:13 2016 +0100 ArmPlatformPkg: Fix PL011 FIFO size test This change updates PL011UartInitializePort to compare ReceiveFifoDepth with the correct hardware FIFO size instead of the constant 32 used previously. This corrects a minor bug where a request for a fifo size > 15 and < 32 would not have been honoured on a system with a 16 byte FIFO. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Sami Mujawar <sami.mujawar@xxxxxxx> Signed-off-by: Evan Lloyd <evan.lloyd@xxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |