From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIeiG-00059Z-C1 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 12:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIeiD-0005dq-5P for qemu-devel@nongnu.org; Thu, 30 Jun 2016 12:21:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIeiC-0005dk-W1 for qemu-devel@nongnu.org; Thu, 30 Jun 2016 12:21:09 -0400 Message-ID: <1467303667.15123.105.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 30 Jun 2016 18:21:07 +0200 In-Reply-To: References: <1467194704-28047-1-git-send-email-kraxel@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 Hi, =20 > 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.ro= m" > 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 symlinked in the build dir so "make check" finds them. cheers, Gerd