[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf test] 62723: trouble: broken/pass
flight 62723 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/62723/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 3 host-install(3) broken REGR. vs. 62699 version targeted for testing: ovmf 08df58ec3043101ebbd7b9158f67fa6de3e983c0 baseline version: ovmf 86cce64da95783fbc990934e75901cfadd768228 Last test of basis 62699 2015-10-06 13:10:48 Z 2 days Testing same since 62723 2015-10-08 06:22:49 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Gary Ching-Pang Lin <glin@xxxxxxxx> Joseph Shifflett <joseph.shifflett@xxxxxxx> Laszlo Ersek <lersek@xxxxxxxxxx> Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Sudeep Holla <sudeep.holla@xxxxxxx> Supreeth Venkatesh <supreeth.venkatesh@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 broken ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary broken-step test-amd64-i386-xl-qemuu-ovmf-amd64 host-install(3) Not pushing. ------------------------------------------------------------ commit 08df58ec3043101ebbd7b9158f67fa6de3e983c0 Author: Gary Ching-Pang Lin <glin@xxxxxxxx> Date: Wed Oct 7 11:53:07 2015 +0000 OvmfPkg: raise DXEFV size to 9 MB With gcc5 and enabling SECURE_BOOT and NETWORK_IP6, the build failed with this error: GenFv: ERROR 3000: Invalid the required fv image size 0x814c18 exceeds the set fv image size 0x800000 Raise the DXEFV size to 9 MB to fix the build error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Ching-Pang Lin <glin@xxxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18577 6f19259b-4bc3-4df7-8a09-765794883524 commit c3a10e42e3aa888612b8ec297bfcec973f5e9ffd Author: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx> Date: Wed Oct 7 08:18:00 2015 +0000 ArmPlatformPkg: Fixes for Juno ACPI 1. Change Interrupt for Juno PCI Routing table Interrupt Number Reference: http://www.arm.com/files/pdf/DDI0515D1a_juno_arm_development_platform_soc_trm.pdf table 3-3 page 3-7 2. Support for PCI IO range with ACPI on JUNO Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Supreeth Venkatesh <supreeth.venkatesh@xxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18576 6f19259b-4bc3-4df7-8a09-765794883524 commit 30a35388d12944e499642a0694c038a7e3ad6770 Author: Joseph Shifflett <joseph.shifflett@xxxxxxx> Date: Tue Oct 6 20:55:36 2015 +0000 DuetPkg: exit pci function loops early if device is not multi-function When looping through all PCI functions, code should not look for functions 1-7 if function 0 is not present or if function 0 indicates the device is not multifunction. Prior to this fix the code would use stale data in a buffer to determine if a device is multifunction even if function 0 is not present. This fixes a code bug and provides very small performance improvements. PCI 2.3 Specification states: They [multifunction devices] are also required to always implement function 0 in the device. Implementing other functions is optional and may be assigned in any order. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Joseph Shifflett <joseph.shifflett@xxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18575 6f19259b-4bc3-4df7-8a09-765794883524 commit 25a2664625f892e4a35cdb57a567e060bcde043c Author: Joseph Shifflett <joseph.shifflett@xxxxxxx> Date: Tue Oct 6 20:55:31 2015 +0000 MdeModulePkg: exit pci function loops early if device is not multi-function When looping through all PCI functions, code should not look for functions 1-7 if function 0 is not present or if function 0 indicates the device is not multifunction. Prior to this fix the code would use stale data in a buffer to determine if a device is multifunction even if function 0 is not present. This fixes a code bug and provides very small performance improvements. PCI 2.3 Specification states: They [multifunction devices] are also required to always implement function 0 in the device. Implementing other functions is optional and may be assigned in any order. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Joseph Shifflett <joseph.shifflett@xxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18574 6f19259b-4bc3-4df7-8a09-765794883524 commit c5a693cea60823e0a3df5a3e92604e4e8936c84a Author: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Date: Tue Oct 6 19:49:13 2015 +0000 NetworkPkg: HttpDxe: Remove unused local variables Fix gcc build errors [-Werror=unused-but-set-variable]. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@xxxxxxx> Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx> Build-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> [lersek@xxxxxxxxxx: add more details to commit message] Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18573 6f19259b-4bc3-4df7-8a09-765794883524 commit 58a1e9405274ee1ee0dc15ba93e782fa31a2f3ac Author: Sudeep Holla <sudeep.holla@xxxxxxx> Date: Tue Oct 6 14:05:37 2015 +0000 ArmPlatformPkg/ArmJunoPkg/Madt.aslc: Fix MADT header version Currently the MADT signature and revision is mapped to v1.0 macros which results in MADT with incorrect entries in the header for Juno. This patch fixes these EFI_ACPI_*_0_MULTIPLE_APIC_DESCRIPTION_TABLE macros by using appropriate v5.0 versions. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx> Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18572 6f19259b-4bc3-4df7-8a09-765794883524 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |