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

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



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed
version targeted for testing:
 ovmf                 df60fb4cc2ca896fcea9e37b06c276d569f1a6b8
baseline version:
 ovmf                 843f8ca01bc195cd077f13512fe285e8db9a3984

Last test of basis    38233  2015-10-31 10:00:14 Z    1 days
Testing same since    38237  2015-11-01 21:20:34 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Laszlo Ersek <lersek@xxxxxxxxxx>
  Michael Kinney <michael.d.kinney@xxxxxxxxx>
  Nagaraj Hegde <nagaraj-p.hegde@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 df60fb4cc2ca896fcea9e37b06c276d569f1a6b8
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Fri Oct 30 17:53:53 2015 +0000

    SourceLevelDebugPkg: DebugAgent: Set Local APIC SoftwareEnable
    
    Update DebugAgent to make sure the Local APIC SoftwareEnable bit is set
    before using the Local APIC Timer.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18712 
6f19259b-4bc3-4df7-8a09-765794883524

commit 14e4ca25c6199fa29bda7066f31d919197840664
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Fri Oct 30 17:53:31 2015 +0000

    UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bit
    
    The LocalApicLib does not provide a function to manage the state of the
    Local APIC SoftwareEnable bit in the Spurious Vector register.  There
    are cases where this bit needs to be managed without side effects to.
    other Local APIC registers.  One use case is in the DebugAgent in the
    SourceLevelDebugPkg.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18711 
6f19259b-4bc3-4df7-8a09-765794883524

commit 0d4c1db81aab86963536deb8253f35546c4398ea
Author: Michael Kinney <michael.d.kinney@xxxxxxxxx>
Date:   Fri Oct 30 17:32:27 2015 +0000

    UefiCpuPkg: CpuDxe: Update GDT to be consistent with DxeIplPeim
    
    The PiSmmCpuDxeSmm module makes some assumptions about GDT selectors
    that are based on the GDT layout from the DxeIplPeim.  For example,
    the protected mode entry code and (where appropriate) the long mode
    entry code in the UefiCpuPkg/PiSmmCpuDxeSmm/*/MpFuncs.* assembly
    files, which are used during S3 resume, open-code segment selector
    values that depend on DxeIplPeim's GDT layout.
    
    This updates the CpuDxe module to use the same GDT layout as the
    DxeIplPeim.  This enables modules that are dispatched after
    CpuDxe to find, and potentially save and restore, a GDT layout that
    matches that of DxeIplPeim.  The DxeIplPeim has a 2 GDT entries for
    data selectors that are identical.  These are LINEAR_SEL (GDT Offset
    0x08)and LINEAR_DATA64_SEL (GDT offset 0x30).  LINEAL_SEL is used for
    for IA32 DXE and the LINEAR_DATA64_SEL is used for X64 DXE. This
    duplicate data selector was added to the CpuDxe module to keep the
    GDT and all selectors consistent.
    
    Using a consistent GDT also improves debug experience.
    
    Reported-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Analyzed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Link: http://article.gmane.org/gmane.comp.bios.edk2.devel/3568
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Tested-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18710 
6f19259b-4bc3-4df7-8a09-765794883524

commit cdf8c32ec169db14d4824c659159e2b6b6bed540
Author: Nagaraj Hegde <nagaraj-p.hegde@xxxxxxx>
Date:   Fri Oct 30 06:47:54 2015 +0000

    NetworkPkg: HttpDxe sometimes free a pointer twice
    
    In EfiHttpRequest, HostName was getting freed twice whenever
    HttpTransmitTcp4 failed. Moved FreePool (HostName) after
    HttpTransmitTcp4 call to avoid a double free.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Nagaraj Hegde <nagaraj-p.hegde@xxxxxxx>
    Reviewed-by: Samer El-Haj-Mahmoud <elhaj@xxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18709 
6f19259b-4bc3-4df7-8a09-765794883524

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


 


Rackspace

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