[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 74733: all pass
This run is configured for baseline tests only. flight 74733 ovmf real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74733/ Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf 7ebad830d6ab61f0395f6f4bae4156664bbd8086 baseline version: ovmf 3f34e36d04a8de4992a696f738643b5a11261469 Last test of basis 74730 2018-05-19 01:00:09 Z 2 days Testing same since 74733 2018-05-21 07:19:42 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Eric Dong <eric.dong@xxxxxxxxx> Gerd Hoffmann <kraxel@xxxxxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Liming Gao <liming.gao@xxxxxxxxx> Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx> Marvin.Haeuser@xxxxxxxxxxx <Marvin.Haeuser@xxxxxxxxxxx> 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 7ebad830d6ab61f0395f6f4bae4156664bbd8086 Author: Laszlo Ersek <lersek@xxxxxxxxxx> Date: Thu May 17 21:51:11 2018 +0200 OvmfPkg/PlatformBootManagerLib: connect Virtio RNG devices again Virtio RNG devices are never boot devices, so in commit 245c643cc8b7 we stopped connecting them. This is a problem because an OS boot loader may depend on EFI_RNG_PROTOCOL to seed the OS's RNG. Connect Virtio RNG devices again. And, while commit 245c643cc8b7 removed that from PlatformBootManagerAfterConsole(), reintroduce it now to PlatformBootManagerBeforeConsole() -- this way Driver#### options launched between both functions may access EFI_RNG_PROTOCOL too. Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx> Fixes: 245c643cc8b73240c3b88cb55b2911b285a8c10d Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1579518 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> commit c4add6b6e971e0bb3f276ed3636a083e782e96cc Author: Laszlo Ersek <lersek@xxxxxxxxxx> Date: Thu May 17 21:51:11 2018 +0200 ArmVirtPkg/PlatformBootManagerLib: connect Virtio RNG devices again Virtio RNG devices are never boot devices, so in commit ff1d0fbfbaec we stopped connecting them. This is a problem because an OS boot loader may depend on EFI_RNG_PROTOCOL to seed the OS's RNG. Connect Virtio RNG devices again. And, while commit ff1d0fbfbaec removed that from PlatformBootManagerAfterConsole(), reintroduce it now to PlatformBootManagerBeforeConsole() -- this way Driver#### options launched between both functions may access EFI_RNG_PROTOCOL too. Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> Fixes: ff1d0fbfbaec55038ccf888759588fa4e21516f4 Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1579518 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> commit 333f32ec23ddf87530aff58a10430871e5bea6e9 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Thu May 17 11:21:33 2018 +0200 OvmfPkg/QemuVideoDxe: Enable DISPLAY_OTHER pci class for qemu stdvga This makes QemuVideo bind to the secondary-vga device. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit 70dbd16361eeccb25f6dda0aee38f6cc4eac2120 Author: Gerd Hoffmann <kraxel@xxxxxxxxxx> Date: Thu May 17 11:21:32 2018 +0200 OvmfPkg/QemuVideoDxe: Add SubClass field to QEMU_VIDEO_CARD Then check for PCI_CLASS_DISPLAY_VGA using the new field. This allows to enable/disable non-vga display classes per card entry. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> commit b22d093101b0dee64f289407629bb872933aa2f2 Author: Liming Gao <liming.gao@xxxxxxxxx> Date: Wed May 16 09:35:01 2018 +0800 MdeModulePkg PeiCore: FvCount to be checked for the registered for shadow PEIM The PEIM in all cached FV image may be in registered for shadow status. Current logic CurrentPeimFvCount is not enough. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx> Cc: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx> commit b6d5def2faf56334128ea2f056356d7e3852831e Author: Marvin.Haeuser@xxxxxxxxxxx <Marvin.Haeuser@xxxxxxxxxxx> Date: Sat May 5 22:23:55 2018 +0800 IntelFrameworkPkg/FrameworkUefiLib: Add 'OUT' decorator where necessary. The functions AddUnicodeString() and AddUnicodeString2() might return a new value into their parameter UnicodeStringTable, hence add the appropiate 'OUT' decorator. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 5b9626e8eb4d8b9d755a0ba94e14be2821fce4a1 Author: Marvin.Haeuser@xxxxxxxxxxx <Marvin.Haeuser@xxxxxxxxxxx> Date: Sat May 5 22:23:54 2018 +0800 MdePkg/UefiLib: Add 'OUT' decorator where necessary. The functions AddUnicodeString() and AddUnicodeString2() might return a new value into their parameter UnicodeStringTable, hence add the appropiate 'OUT' decorator. V2: Update FrameworkUefiLib as well. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit ced8f52fc66912847cbccbe631905e279d3b3941 Author: Marvin.Haeuser@xxxxxxxxxxx <Marvin.Haeuser@xxxxxxxxxxx> Date: Sat May 5 22:24:50 2018 +0800 MdePkg/PeiServicesLib: Decorate 'PpiDescriptor' as OPTIONAL for LocatePpi(). The UEFI PI specification defines PpiDescriptor to be OPTIONAL for the LocatePpi PEI Service. This patch reflects this in the function declaration and definition of the corresponding PeiServices library function. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marvin Haeuser <Marvin.Haeuser@xxxxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 4b8067392d2db5efe73f4567fde25c29e02080cc Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Tue May 8 10:32:53 2018 +0800 SecurityPkg/TcgSTorage*Lib.h: Add referenced spec information. Add link and version info for the referenced spec. Cc: Jiewen yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx> commit 4d9e5274986c48634696c457b9ef44aec07ab87e Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Tue May 8 10:32:52 2018 +0800 MdePkg/TcgStorage*.h: Add referenced spec information. Add link and version info for the referenced spec. Cc: Jiewen yao <jiewen.yao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |