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

[ovmf baseline-only test] 68150: all pass



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 018c3c0b3e0c04f7f422a0b41b228482870d11f0
baseline version:
 ovmf                 eae631bc687c3cbfab01632ce3bc21783d22b590

Last test of basis    68147  2016-12-01 19:23:26 Z    0 days
Testing same since    68150  2016-12-02 08:20:30 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Jeff Fan <jeff.fan@xxxxxxxxx>
  Jiewen Yao <jiewen.yao@xxxxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>
  Leif Lindholm <leif.lindholm@xxxxxxxxxx>
  Sudeep Holla <sudeep.holla@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 018c3c0b3e0c04f7f422a0b41b228482870d11f0
Author: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
Date:   Thu Dec 1 16:31:03 2016 +0000

    ArmPkg: fix compilation error in ArmDmaLib
    
    Commit 0a99a65d2c8a ("fix incorrect device address of double buffer")
    retained an explicit cast on the variable "Buffer" which became
    incorrect with the other changes, leading to compilation failures
    with some toolchains. Drop the cast.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Reported-by: Sudeep Holla <sudeep.holla@xxxxxxx>
    Signed-off-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Tested-by: Sudeep Holla <sudeep.holla@xxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit c608cda5c1afe9a5c3bbefc7b3682e1f1d40f365
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Thu Dec 1 16:49:25 2016 +0800

    MdeModulePkg/CapsuleApp: add Internal for function name.
    
    To prevent potential build failure.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 396fe30ad99ecdb78434cc558d5cf91cadf48857
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Wed Nov 30 15:13:19 2016 +0800

    UefiCpuPkg/CpuExceptionHandlerLib: remove un-used mReservedVectors
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 368c54e718d3781227d33af3e4fad6adeb75a8e8
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Wed Nov 30 15:11:02 2016 +0800

    UefiCpuPkg: Add ExceptionHandlerData for ArchRestoreExceptionContext()
    
    mReservedVectors is not set, we could add parameter ExceptionHandlerData for
    ArchRestoreExceptionContext() that could use it instead of mReservedVectors.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 81b21fc250fa356e81d352e57b9031f557477394
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Wed Nov 30 15:04:32 2016 +0800

    UefiCpuPkg: Add ExceptionHandlerData for ArchSaveExceptionContext()
    
    mReservedVectors is not set, we could add parameter ExceptionHandlerData for
    ArchSaveExceptionContext() that could use it instead of mReservedVectors.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 1e09ec094637391879850a7db3b2ff59df2dd1ed
Author: Jiewen Yao <jiewen.yao@xxxxxxxxx>
Date:   Tue Nov 29 21:37:28 2016 +0800

    MdeModulePkg/CapsuleApp: Add Fmp->GetImage() support.
    
    We add Fmp->GetImage() support in CapsuleApp. So that user may call
    Fmp->GetImage() in UEFI shell environment.
    This is useful to do unit test for FMP which supports GetImage(),
    or user wants to get current image, such as Microcode.
    
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>

commit 56e4a7d72660b229be333bbb5e1b5790d3c17890
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Tue Nov 29 15:48:32 2016 +0800

    UefiCpuPkg/PiSmmCpuDxeSmm: Clear some semaphores on S3 boot path
    
    Some semaphores are not cleared on S3 boot path. For example,
    mSmmMpSyncData->CpuData[CpuIndex].Present. It may still keeps the value set 
at
    SMM runtime during S3 resume. It may causes BSP have the wrong judgement on 
SMM
    AP's present state.
    
    We have one related fix at e78a2a49ee6b0c0d7c6997c87ace31d7761cf636. But 
that is
    not completed.
    
    This fix is to clear Busy/Run/Present semaphores in InitializeMpSyncData().
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Acked-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@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®.