All of lore.kernel.org
 help / color / mirror / Atom feed
* [ovmf baseline-only test] 68061: all pass
@ 2016-11-18 12:12 Platform Team regression test user
  0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2016-11-18 12:12 UTC (permalink / raw)
  To: xen-devel, osstest-admin

This run is configured for baseline tests only.

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

Perfect :-)
All tests in this flight passed as required
version targeted for testing:
 ovmf                 bd5ef82698e5e5931ae46e763187a472ce76b661
baseline version:
 ovmf                 ec16deeac90e4b8014394be58a229f6aa8c493af

Last test of basis    68059  2016-11-18 06:54:09 Z    0 days
Testing same since    68061  2016-11-18 09:49:54 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Jiewen Yao <jiewen.yao@intel.com>
  Laszlo Ersek <lersek@redhat.com>
  Liming Gao <liming.gao@intel.com>
  Ruiyu Ni <ruiyu.ni@intel.com>

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 bd5ef82698e5e5931ae46e763187a472ce76b661
Author: Liming Gao <liming.gao@intel.com>
Date:   Fri Nov 11 11:30:13 2016 +0800

    MdePkg Base.h: Add add comments on __ prefix in enum VERIFY_UINTXX_ENUM_SIZE
    
    Cc: Michael Kinney <michael.d.kinney@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>

commit c023a57e3b37829a40146d97395f838b9cdfbc10
Author: Liming Gao <liming.gao@intel.com>
Date:   Tue Nov 15 14:27:03 2016 +0800

    BaseTools gitignore: Ignore VS intermediate files *.obj and *.pdb
    
    In V2, ignore .exe and .ilk files
    
    Cc: Yonghong Zhu <yonghong.zhu@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 2f790bcb0a70057e38ae6f4beab72cbf16c8b812
Author: Jiewen Yao <jiewen.yao@intel.com>
Date:   Thu Nov 17 21:37:40 2016 +0800

    OvmfPkg: Add 4K PE alignment to enable SMM page level protection.
    
    Tested boot with below configuration:
    IA32
    IA32X64
    X64
    
    Tested boot with XD enabled/disabled.
    
    Requested-by: Laszlo Ersek <lersek@redhat.com>
    Cc: Jordan Justen <jordan.l.justen@intel.com>
    Cc: Laszlo Ersek <lersek@redhat.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
    Tested-by: Laszlo Ersek <lersek@redhat.com>
    Reviewed-by: Laszlo Ersek <lersek@redhat.com>

commit 750ec4cabd074e0d8d4958efc0788c20e229d352
Author: Jiewen Yao <jiewen.yao@intel.com>
Date:   Thu Nov 17 21:32:25 2016 +0800

    UefiCpuPkg/PiSmmCpu: Check XdSupport before set NX.
    
    When XD is not supported, the BIT63 is reserved.
    We should not set BIT63 in the page table.
    
    Test OVMF IA32/IA32X64 with XD enabled/disabled.
    
    Analyzed-by: Laszlo Ersek <lersek@redhat.com>
    Cc: Laszlo Ersek <lersek@redhat.com>
    Cc: Jeff Fan <jeff.fan@intel.com>
    Cc: Michael D Kinney <michael.d.kinney@intel.com>
    Cc: Laszlo Ersek <lersek@redhat.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
    Reviewed-by: Jeff Fan <jeff.fan@intel.com>
    Tested-by: Laszlo Ersek <lersek@redhat.com>

commit 0dc3fb06b270ee8b370c5b219ce590fcfe66d551
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Tue Nov 15 18:02:32 2016 +0800

    MdeModulePkg/BdsDxe: Avoid overwriting PlatformRecovery####
    
    Current implementation always creates PlatformRecovery0000
    pointing to \EFI\BOOT\BOOT$(ARCH).efi but it may overwrite
    PlatformRecovery#### created before (maybe by a DXE driver).
    
    The patch only uses the smallest unused option number for
    the \EFI\BOOT\BOOT$(ARCH).efi PlatformRecovery#### to avoid
    overwriting already-created PlatformRecovery####.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Jie Lin <jie.lin@intel.com>
    Reviewed-by: Sunny Wang <sunnywang@hpe.com>

commit de67c35c8a074500e1db86829e9aa164b7cf4b9d
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Tue Nov 15 17:50:43 2016 +0800

    MdeModulePkg/BdsDxe: Fix bug to run non-first PlatformRecovery####
    
    The implementation doesn't check the LoadOptions[Index].Status but
    only depends on the Status returned from
    EfiBootManagerProcessLoadOption(), which results only the first
    PlatformRecovery#### runs.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Jie Lin <jie.lin@intel.com>
    Reviewed-by: Sunny Wang <sunnywang@hpe.com>

commit 3fc46b79d82922f33af29bf6c9d0de0062ebda12
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Tue Nov 15 17:43:31 2016 +0800

    MdeModulePkg/UefiBootManagerLib: Refine the debug message
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Reviewed-by: Eric Dong <eric.dong@intel.com>
    Reviewed-by: Sunny Wang <sunnywang@hpe.com>

commit 5ce6fb99d481212b6b39e934efd40217530b88b1
Author: Ruiyu Ni <ruiyu.ni@intel.com>
Date:   Mon Nov 14 13:25:54 2016 +0800

    PcAtChipsetPkg/PcRtc: Handle NULL table entry in RSDT/XSDT
    
    The ACPI code may reserve the first entry for a certain table
    (might be FACS) to help with OS compatible issues.
    We need to skip the NULL table entry in RSDT/XSDT.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
    Cc: Sean Brogan <sean.brogan@microsoft.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-18 12:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 12:12 [ovmf baseline-only test] 68061: all pass Platform Team regression test user

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.