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

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



This run is configured for baseline tests only.

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

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

Last test of basis    68150  2016-12-02 08:20:30 Z    0 days
Testing same since    68151  2016-12-03 02:49:53 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Feng Tian <feng.tian@xxxxxxxxx>
  Michael Kinney <michael.d.kinney@xxxxxxxxx>
  Mike Turner <Michael.Turner@xxxxxxxxxxxxx>
  Yonghong Zhu <yonghong.zhu@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 c62f1874f4df469e620dd72a9d31b51d9d99be27
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Wed Nov 30 15:57:00 2016 +0800

    BaseTools: Support QuotedString for PREBUILD/POSTBUILD in DSC file
    
    If the prebuild/postbuild script statement start with double quotations,
    current tool report error, while DSC spec allow this usage. so update
    tool to support it.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 3e7e8571da891122c6821ebc428ce6dbd8a35ff3
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Wed Nov 30 16:02:21 2016 +0800

    BaseTools: Fix the bug to parse the new map file format
    
    Current the variable and Pcd format save in the map file is changed, so
    this patch is to support this new format.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 31bf6304ba2dd97585c0170f0040ea48a6973746
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Wed Nov 30 17:00:19 2016 +0800

    BaseTools: add error check for "#image" for idf file format
    
    Add new error check for "#image" keyword used in the image definition
    file.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit d9077743b67c03061edbb7ce25e29087702694b8
Author: Feng Tian <feng.tian@xxxxxxxxx>
Date:   Wed Nov 30 13:14:23 2016 +0800

    MdeModulePkg/Ehci: don't clear port status bits during init
    
    Port status bits are clear in original code, so no enumeration
    takes place.
    Changing this to prevent the status bits from being cleared
    allows enumeration to proceed normally.
    
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Mike Turner <Michael.Turner@xxxxxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Mike Turner <Michael.Turner@xxxxxxxxxxxxx>
    Signed-off-by: Feng Tian <feng.tian@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 12547a99edd1adfc047e05434a20119f20cb6172
Author: Feng Tian <feng.tian@xxxxxxxxx>
Date:   Thu Dec 1 16:39:26 2016 +0800

    MdeModulePkg/SdMmc: Fix build failure caused by last check-in
    
    The commit e27cca has a typo on DEBUG level macro. And this debug
    message should be DEBUG_INFO rather than DEBUG_ERROR.
    
    Cc: Jan Dabros <jsd@xxxxxxxxxxxx>
    Cc: Marcin Wojtas <mw@xxxxxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Feng Tian <feng.tian@xxxxxxxxx>
    reviewed-by: Marcin Wojtas <mw@xxxxxxxxxxxx>

commit 831d287a99873643f94f3e06f5bb1b16a32d268b
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Wed Nov 9 18:26:00 2016 -0800

    UefiCpuPkg/Include: Add VMX MSR register structures
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=279
    
    Add MSR_IA32_VMX_BASIC_REGISTER and IA32_VMX_MISC_REGISTER
    structures with the bit fields for these two MSRs.   Also
    add MSEG_HEADER structure whose base address is in the
    MsegBase field of MSR_IA32_SMM_MONITOR_CTL_REGISTER.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>

commit f12367a0b1de7838f1cb8e0839e168ed7b862333
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Mon Nov 28 14:13:24 2016 -0800

    UefiCpuPkg/PiSmmCpuDxeSmm: Remove PSD layout assumptions
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=277
    
    Remove dependency on layout of PROCESSOR_SMM_DESCRIPTOR
    everywhere possible.  The only exception is the standard
    SMI entry handler template that is included with the
    PiSmmCpuDxeSmm module.  This allows an instance of the
    SmmCpuFeaturesLib to provide alternate
    PROCESSOR_SMM_DESCRIPTOR structure layouts.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx>

commit 26ab5ac3621bdefe96987f8c1512ca79e1bb7ac0
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Thu Nov 17 20:50:27 2016 -0800

    UefiCpuPkg/PiSmmCpuDxeSmm: Remove MTRRs from PSD structure
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=277
    
    All CPUs use the same MTRR settings.  Move MTRR settings
    from a field in the PROCESSOR_SMM_DESCRIPTOR structure into
    a module global variable.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jeff Fan <jeff.fan@xxxxxxxxx>
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@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®.