flight 150278 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/150278/
Perfect :-) All tests in this flight passed as required version targeted for testing: ovmf d3733188a2162abf72dd08c0cedd1119b5cfe6c4 baseline version: ovmf 7b6327ff03bb4436261ffad246ba3a14de10391f Last test of basis 150232 2020-05-18 16:09:20 Z 2 days Testing same since 150278 2020-05-20 13:10:59 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Shenglei Zhang <shenglei.zh...@intel.com> Zhang, Shenglei <shenglei.zh...@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.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 Pushing revision : ssh: Could not resolve hostname xenbits.xen.org: Temporary failure in name resolution fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ------------------------------------------------------------ commit d3733188a2162abf72dd08c0cedd1119b5cfe6c4 Author: Zhang, Shenglei <shenglei.zh...@intel.com> Date: Wed May 20 11:08:47 2020 +0800 NetworkPkg/DxeNetLib: Change the order of conditions in IF statement The condition, NET_HEADSPACE(&(Nbuf->BlockOp[Index])) < Len, is meaningless if Index = 0. So checking 'Index != 0' should be performed first in the if statement. Cc: Maciej Rabeda <maciej.rab...@linux.intel.com> Cc: Siyuan Fu <siyuan...@intel.com> Cc: Jiaxin Wu <jiaxin...@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zh...@intel.com> Reviewed-by: Maciej Rabeda <maciej.rab...@linux.intel.com> Reviewed-by: Philippe Mathieu-Daude <phi...@redhat.com>