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

[ovmf baseline-only test] 72060: all pass



This run is configured for baseline tests only.

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

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

Last test of basis    72059  2017-09-04 10:47:42 Z    0 days
Testing same since    72060  2017-09-04 22:20:08 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Star Zeng <star.zeng@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 c2ab95806bf0e5ae272f47ea6f192c12ce7ca069
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Mar 3 18:15:13 2017 +0800

    MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPages
    
    Update InternalAllocateAlignedPages to use PeiServicesFreePages.
    
    Let the InternalAllocateAlignedPages in PeiMemoryAllocationLib use
    same algorithm with InternalAllocateAlignedPages in
    UefiMemoryAllocationLib.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 2132ef05c47bf455eb1da8d3377a29baf0dd64a7
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Mar 3 16:45:37 2017 +0800

    MdePkg PeiMemoryAllocationLib: Update Free(Aligned)Pages
    
    Update Free(Aligned)Pages to use PeiServicesFreePages.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 3f315ecd9a855b6adf73663b70820f1760cf4666
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Mar 3 16:45:11 2017 +0800

    MdePkg PeiServicesLib: Add PeiServicesFreePages
    
    Add PeiServicesFreePages and update
    comments for PeiServicesAllocatePages.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit b2374cecb0767f687ec01220fc1fc7ffb5bc59c7
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Thu Feb 23 18:16:09 2017 +0800

    MdeModule PeiCore: Support pre memory page allocation
    
    Support pre memory page allocation.
    Support FreePages.
    Allocation made prior to permanent memory will be
    migrated to permanent memory and the HOB updated.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Ruiyu Ni <Ruiyu.Ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 9f43484ce98308a9818073114d34deb29751045d
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Thu Feb 23 17:24:18 2017 +0800

    MdePkg PiPeiCis.h: Add FreePages definition
    
    Follow PI 1.6 spec to add FreePages definition and comments for
    AllocatePages that will support pre permanent memory page allocation.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 9c6a26d6430f7ca10e6e79e6c9145cbd319944ca
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Thu Aug 31 17:35:46 2017 +0800

    SourceLevelDebugPkg/DebugCommLibUsb3: Remove IntelFrameworkPkg.dec
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Hao Wu <hao.a.wu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 364f63c06533a4de83e6f35ee698700bb24f735f
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Thu Aug 31 16:53:16 2017 +0800

    SourceLevelDebugPkg/DebugCommLibUsb3Pei: Make sure alloc physical mem
    
    PI 1.6 has supported pre permanent memory page allocation,
    to make sure the allocated memory is physical memory for DMA,
    the patch is to check memory discovered PPI installed or not first
    before calling AllocatePages.
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Hao Wu <hao.a.wu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output

 


Rackspace

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