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

[ovmf baseline-only test] 67639: all pass



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 3d20524af09243e3b2e3e832d1c62975e84a5dcd
baseline version:
 ovmf                 11eaa7affb8b325b3e00bbe9e4357705ce3b2b08

Last test of basis    67636  2016-09-04 07:48:42 Z    1 days
Testing same since    67639  2016-09-05 15:46:17 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Laszlo Ersek <lersek@xxxxxxxxxx>
  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 3d20524af09243e3b2e3e832d1c62975e84a5dcd
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon Aug 8 18:20:58 2016 +0800

    MdeModulePkg PiDxeS3BootScriptLib: Support multiple PCI segment
    
    Support multiple PCI segment for PCI_CONFIG2 opcodes.
    
    PiDxeS3BootScriptLib needs to be updated to consume PciSegmentLib
    instead of PciLib. That means platforms need to add PciSegmentLib
    declaration like below in platform dsc if the PciSegmentLib was
    not declared in platform dsc before.
    
    PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
    
    For platforms only have one segment,
    MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf is recommended
    to be used and declared in platform dsc for PiDxeS3BootScriptLib to have
    equivalent functionality with before.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Amy Chan <amy.chan@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit 3a03e95edaa617625feaf575f58a24d2add990ba
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Wed Aug 17 16:51:55 2016 +0800

    MdeModulePkg PiDxeS3BootScriptLib: Remove the trailing white spaces
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Amy Chan <amy.chan@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit ed14533cbc707fee850fd2c69ae5ce0f0d4a2f34
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Aug 19 15:30:36 2016 +0800

    SecurityPkg/SecurityPkg.dsc: Declare PciSegmentLib
    
    PiDxeS3BootScriptLib will be updated to consume PciSegmentLib
    instead of PciLib to support multiple PCI segment.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Amy Chan <amy.chan@xxxxxxxxx>
    Cc: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>

commit df67c686efe76cfef4cda3da24d38b8d48bbc968
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Aug 19 15:06:58 2016 +0800

    QuarkSocPkg/QuarkSocPkg.dsc: Declare PciSegmentLib
    
    PiDxeS3BootScriptLib will be updated to consume PciSegmentLib
    instead of PciLib to support multiple PCI segment.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Amy Chan <amy.chan@xxxxxxxxx>
    Cc: Kelly Steele <kelly.steele@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>

commit 627dea2ac921ad40c932b756dfc54722e40e4e0c
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Aug 19 15:05:48 2016 +0800

    QuarkPlatformPkg: Declare PciSegmentLib in platform dsc
    
    PiDxeS3BootScriptLib will be updated to consume PciSegmentLib
    instead of PciLib to support multiple PCI segment.
    That means platforms need to add PciSegmentLib
    declaration in platform dsc if the PciSegmentLib was
    not declared in platform dsc before.
    
    For platforms only have one segment,
    MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf is recommended
    to be used and declared in platform dsc for PiDxeS3BootScriptLib to have
    equivalent functionality with before.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Amy Chan <amy.chan@xxxxxxxxx>
    Cc: Kelly Steele <kelly.steele@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>

commit d3906831b1dce70377cc63e193e4d6d79c715c95
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Aug 19 15:01:12 2016 +0800

    Vlv2TbltDevicePkg: Declare PciSegmentLib in platform dsc
    
    PiDxeS3BootScriptLib will be updated to consume PciSegmentLib
    instead of PciLib to support multiple PCI segment.
    That means platforms need to add PciSegmentLib
    declaration in platform dsc if the PciSegmentLib was
    not declared in platform dsc before.
    
    For platforms only have one segment,
    MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf is recommended
    to be used and declared in platform dsc for PiDxeS3BootScriptLib to have
    equivalent functionality with before.
    
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Amy Chan <amy.chan@xxxxxxxxx>
    Cc: David Wei <david.wei@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: David Wei <david.wei@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@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®.