[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [ovmf baseline-only test] 67778: all pass



This run is configured for baseline tests only.

flight 67778 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/67778/

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 ab970515d2c6ec657fceab0ce571054bb43a22f2
baseline version:
 ovmf                 eab26788156436a549610a299d2e297c22043e70

Last test of basis    67774  2016-09-27 22:49:56 Z    0 days
Testing same since    67778  2016-09-28 10:50:20 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  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 ab970515d2c6ec657fceab0ce571054bb43a22f2
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Sep 26 14:45:06 2016 +0800

    OvmfPkg: Use the new LogoDxe driver
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 738f70aeef0bcef442310df5cd2442e15f874e07
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Sep 26 14:49:40 2016 +0800

    ArmVirtPkg: Use the new LogoDxe driver
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 67ce479a5d586bd2ad1b15f617f69e68d8012a51
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 23 16:07:58 2016 +0800

    Nt32Pkg: Use the new LogoDxe driver
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit af468025903c3422150365b0d2173a3b1ba02fe5
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 23 16:03:47 2016 +0800

    MdeModulePkg/Logo: Add LogoDxe module
    
    LogoDxe embeds the image resource in the PE resource section, then
    it produces Platform Logo protocol which can return the images
    in pixel format.
    HiiImageEx protocol is responsible to decode the JPEG/PNG images
    to pixel format. LogoDxe driver uses HiiImageEx protocol.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit e0ac9c8a9bd67ab934bca86504706b5400cde558
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 23 15:54:01 2016 +0800

    MdeModulePkg/BootLogoLib&PlatformLogo: Use HII data types in parameters
    
    1. Change PlatformLogo protocol to return EFI_IMAGE_INPUT instead of
       RAW image data. PlatformLogo implementation can use HiiImageEx to
       decode the image if it's JPEG or PNG format.
    2. Change BootLogoLib to consume the new PlatformLogo protocol.
    3. Change BootLogoEnableLogo() to only use images returned from
       PlatformLogo protocol.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 2abec4bf184656d130ed537b33b49a30f5331c43
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Sep 26 14:40:32 2016 +0800

    OvmfPkg/PlatformBds: Do not call BootLogoEnableLogo
    
    Prototype of BootLogoEnableLogo will change in following patches, so
    do not call BootLogoEnableLogo to avoid build failure.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit e6c823994e5694daf06f94b790f7331b402d6155
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Sep 26 14:39:04 2016 +0800

    ArmVirtPkg/PlatformBds: Do not call BootLogoEnableLogo
    
    Prototype of BootLogoEnableLogo will change in following patches, so
    do not call BootLogoEnableLogo to avoid build failure.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 62936ada310842be79764a87b6bfb5ef39756dbc
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 23 15:21:47 2016 +0800

    Nt32Pkg/PlatformBds: Do not call BootLogoEnableLogo
    
    Prototype of BootLogoEnableLogo will change in following patches, so
    do not call BootLogoEnableLogo to avoid build failure.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 101a1122095d57629f59989962198e27181d0308
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 17:48:13 2016 +0800

    MdeModulePkg/HiiDatabase: Add HiiImageEx implementation.
    
    According to UEFI spec, NewImageEx()/SetImageEx()/DrawImageEx()
    implicitly call the non-Ex version interface
    of HiiImage protocol.
    GetImageEx()/DrawImageIdEx() are the enhanced version of
    GetImage()/DrawImageId(), which can support decoding JPEG/PNG
    through the help of HiiImageDecoder protocol.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit c0c7d58d367fb185ce6a2c109fcc965b42ae77d8
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 12:55:00 2016 +0800

    MdeModulePkg/HiiDatabase: Update HiiImage to support PNG/JPEG
    
    1. Update GetImageIdOrAddress() to recognize PNG/JPEG image block.
       A offset calculation bug was fixed.
    2. Update HiiGetImage() comments to say PNG/JPEG support is provided
       by HiiImageEx
    3. Update HiiSetImage() to support replacing a PNG/JPEG image block
       with a new image
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 8ba839630e0ea5dceda12572ffc1db1cc4345851
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Sep 26 15:39:54 2016 +0800

    MdePkg/HiiImage.h: Include GraphicsOutput.h
    
    HiiImage.h uses EFI_GRAPHICS_OUTPUT_BLT_PIXEL which is defined in
    GraphicsOutput.h. Include GraphicsOutput.h to avoid build failure
    from consumer of HiiImage protocol.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 4a4297160fda8ff9646a7ae0cad7989a8aaeb619
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 12:48:10 2016 +0800

    MdemodulePkg/HiiDatabase: Correct typo in comments.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit c0be50f0efd8e35ae97b10707b464ef4326ff633
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 11:31:49 2016 +0800

    MdeModulePkg/HiiDatabase: Refine HiiDrawImage()
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 7ca5b466aef747b688c808b50bdc5a648442f9ce
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 11:29:08 2016 +0800

    MdeModulePkg/HiiDatabase: Refine HiiSetImage()
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit ca1d86e3302c69bd0482e42272fe9f37886526a6
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 11:27:05 2016 +0800

    MdeModulePkg/HiiDatabase: Refine HiiGetImage()
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 4518ff61c0a04d642a6d81d99af968c4260f73b4
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 11:18:15 2016 +0800

    MdeModulePkg/HiiDatabase: Refine HiiNewImage()
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 9d91ff0ea40022c5631e5fb95361624569cbafdf
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 11:14:01 2016 +0800

    MdeModulePkg/HiiDatabase: Move common code to LocatePackageList()
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 7c28fcb849ee29eb8cf211ff1674ccff2dda3709
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Wed Sep 21 11:10:38 2016 +0800

    MdeModulePkg/HiiDatabase: Refine GetImageIdOrAddress
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 75f273d85d13413d3d296f92a61b1d8eff1692f2
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Sep 27 10:09:05 2016 +0800

    MdePkg/HiiImageDecoder.h: Add missing EFI_HII_IMAGE_DECODER_OTHER_INFO
    
    Besides adding the missing structure
    EFI_HII_IMAGE_DECODER_OTHER_INFO, the patch also correct some typo.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 2349b39834c832546d0bdff82b46472a718ad363
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Sep 27 09:56:34 2016 +0800

    MdePkg/HiiImageDecoder.h: Rename from ImageDecoder.h
    
    Rename the protocol header file to follow EDKII file
    name rule before the HiiImageDecoder protocol is used
    by anyone.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 1a3d12b196ce174366bbca5039fd0cbf6a677d49
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Sep 27 15:41:39 2016 +0800

    MdeModulePkg/PciSioSerialDxe: Remove unused global variables
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.