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

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



This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 0613ccbd1357b1f6aecab27a2e72dde328d36f6d
baseline version:
 ovmf                 67e11e4d5902dc77fc64876da5b71122bf128837

Last test of basis    67906  2016-10-19 09:18:24 Z    0 days
Testing same since    67908  2016-10-19 12:19:23 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Eric Dong <eric.dong@xxxxxxxxx>
  Maurice Ma <maurice.ma@xxxxxxxxx>
  Ruiyu Ni <ruiyu.ni@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 0613ccbd1357b1f6aecab27a2e72dde328d36f6d
Author: Maurice Ma <maurice.ma@xxxxxxxxx>
Date:   Mon Oct 17 10:48:04 2016 -0700

    CorebootPayloadPkg/PciHostBridgeLib: Fix the wrong PCI resource limit
    
    The current PCI resource limit calculation in CorebootPayloadPkg
    PciHostBridgeLib is wrong. Adjusted it to match the PciHostBridge
    driver's expectation.
    
    Cc: Prince Agyeman <prince.agyeman@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Maurice Ma <maurice.ma@xxxxxxxxx>
    Reviewed-by : Prince Agyeman <prince.agyeman@xxxxxxxxx>

commit 201fbce6fbc69ebb53cc5b1b263059051e561e86
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Oct 17 14:51:37 2016 +0800

    MdeModulePkg/BMMUI: Add error handling codes
    
    The function which handles the "Boot####", "BootOrder" ...
    may return failure. This patch adds the error handling codes.
    return the failure info to browser.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit 2c30541a197b2204f941bfa47a01dc4d4d57ab5a
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Oct 17 14:32:51 2016 +0800

    MdeModulePkg/BMMUI: Show "Change Boot/Driver order" page correctly
    
    When user enter the "Change Boot Order" page, the BootOptionOrder in
    BmmFakeNvData may maintain some uncommitted data which are not saved
    in "BootOrder" Variable and BootOptionMenu. So we should not always get
    the BootOptionOrder through the function GetBootOrder, it will
    result in incorrect UI behaviors. When the BootOptionOrder has not been
    saved, we should use the BootOptionOrder in current BmmFakeNvData.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit 7880f73a8e89f482c61e181861997331baf37857
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Oct 17 14:04:21 2016 +0800

    MdeModulePkg/BMMUI: Make the BmmFakeNvData and BmmOldFakeNVData consistent
    
    In BootMaintRouteConfig function, it will compare the data in BmmFakeNvData
    and BmmOldFakeNVData to see whether there are some changes need to save.
    In current codes when discarding changes or removing the useless changes,
    it will update the related fields in BmmFakeNvData.
    But also need to update related fields in BmmOldFakeNVData,
    or it will result in incorrect comparison in BootMaintRouteConfig function,
    then resulting in incorrect UI behaviors.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit 9ec24f5f7322402e8ac5ba0501cd271dd17bf237
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Mon Oct 17 13:51:05 2016 +0800

    MdeModulePkg/BMMUI: Remove the incorrect and useless codes
    
    When updating console page, the "ConsoleCheck" in BmmFakeNvData may maintain
    the old uncommitted data, we should not copy it to BmmOldFakeNVData.
    And in BootMaintRouteConfig function, when save data successfully,
    it will copy the BmmFakeNvData to the BmmOldFakeNVData.
    So we can delete the logic here.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit a3475fe0de2e085c73733758026df010b5a6b8ad
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Tue Oct 11 10:42:04 2016 +0800

    MdeModulePkg/BMMUI: Update TerminalMenu and ConsoleMenu in callback
    
    In current codes, When user does some change related to Console or Terminal,
    when saving data, it will update the content in TerminalMenu and ConsoleMenu
    in BootMaintRouteConfig function. This patch moves the update action to the
    BootMaintCallback function with EFI_BROWSER_ACTION_CHANGED type.
    The reason for this change is: in BootMaintRouteConfig function when
    Var_UpdateConsoleXXXOption() return failure and user discard the previous
    change, we should re_update the content in the TerminalMenu and ConsoleMenu.
    So we move the update action to the changed callback.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit b6f07bdd2af6d28178d6c23bd1931c9baec89107
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Tue Sep 6 18:14:58 2016 +0800

    MdeModulePkg/SetupBrowser: Send discard info to driver when fail to submit
    
    When fail to submit data and user discard the change, we should send
    the discard info to driver with EFI_BROWSER_ACTION_CHANGED callback.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Eric Dong <eric.dong@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit dff49edc2b9526a721a4fa863bbbf6e4977b58cb
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Oct 18 14:32:34 2016 +0800

    ArmPlatformPkg/ArmShellCmdRunAxf: Reference MdePkg protocol definition
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 28165f245f26bad4dae86cda3d17458726a9a82f
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Oct 18 14:30:42 2016 +0800

    ShellPkg: Update sources to include MdePkg protocol definitions
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>

commit 5e7c289fef280afd0139d040219afc7a9287aa9d
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Oct 14 17:31:48 2016 +0800

    EmbeddedPkg/FdtPlatformDxe: Reference Shell protocols in MdePkg
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit eb6d908b1a69c84be379b8a548cee73717fbce31
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Oct 14 17:23:41 2016 +0800

    ArmPkg/LinuxLoader: Reference Shell protocols in MdePkg
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>

commit 51a098600c4d6d8638c483f0afff979d3f5b8b80
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Oct 18 16:37:30 2016 +0800

    MdePkg: Merge ShellBase.h and remove Efi prefix from header files
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>

commit acf634b1318f6306bad07816251d17ee657c2d61
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Oct 18 16:27:48 2016 +0800

    ShellPkg: Update header files to reference MdePkg protocol definition
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>

commit 52d2e0a08be57ef75aae54e5d4cb5a7c36b4a15c
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Oct 18 16:22:36 2016 +0800

    MdePkg: Include Shell/ShellDynamicCommand/ShellParameters definitions
    
    Move Shell/ShellDynamicCommand/ShellParameters definitions from
    ShellPkg to MdePkg.
    
    The following patches will rename the header file name.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>

commit c6377bfaccd51dca6de6468c262cc024e6ab741b
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Oct 14 15:59:53 2016 +0800

    ShellPkg: Move SHELL_FREE_NON_NULL from ShellBase.h to ShellLib.h
    
    The more proper place for macro SHELL_FREE_NON_NULL is ShellLib.h
    instead of ShellBase.h.
    
    Modify Compress.c to resolve build failure due to this change.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>

commit d9c2c9540a95608bc1179b88be90373fb93664a8
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Wed Oct 12 20:34:05 2016 +0800

    MdePkg UefiDevicePathLibDevicePathProtocol: Validate before use.
    
    In IsDevicePathValid API, code should validate the device path
    buffer not exceed the input MaxSize before reference the path
    info.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit e9fb71b29965aff2bf9e9caa1837ddcd069f2a27
Author: Eric Dong <eric.dong@xxxxxxxxx>
Date:   Wed Oct 12 20:32:16 2016 +0800

    MdePkg UefiDevicePathLib: Validate buffer length before use buffer.
    
    In IsDevicePathValid API, code should validate the device path
    buffer not exceed the input MaxSize before reference the path
    info.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@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®.