From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bItpz-0004uQ-CQ for qemu-devel@nongnu.org; Fri, 01 Jul 2016 04:30:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bItpv-0000Tv-PM for qemu-devel@nongnu.org; Fri, 01 Jul 2016 04:30:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bItpv-0000SN-KE for qemu-devel@nongnu.org; Fri, 01 Jul 2016 04:30:07 -0400 Message-ID: <1467361804.15123.107.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 01 Jul 2016 10:30:04 +0200 In-Reply-To: References: <1467194704-28047-1-git-send-email-kraxel@redhat.com> <1467303667.15123.105.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 0/6] ipxe: update submodule from 4e03af8ec to 041863191 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Do, 2016-06-30 at 17:37 +0100, Peter Maydell wrote: > On 30 June 2016 at 17:21, Gerd Hoffmann wrote: > > Hi, > > > >> Hi. I'm afraid this fails 'make check': > >> TEST: tests/vmxnet3-test... (pid=3D19181) > >> qemu-system-i386: -device vmxnet3: failed to find romfile "efi-vmxnet3= .rom" > >> Broken pipe > > > >> Looks like you forgot to add the new rom images to > >> the BLOBS list in Makefile. > > > > Forgot that indeed. But I think this isn't the reason for this failure= . > > configure creates symlinks for *.rom in case src and build dir are not > > the same. So you need to re-run configure to get the new roms symlinke= d > > in the build dir so "make check" finds them. >=20 > Awkward. I guess you need to do something to arrange that > configure is run. Hmm. I could apply a pointless whitespace change to configure so make re-runs it automatically ... Better ideas? cheers, Gerd