From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:56105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gk94f-000463-R2 for qemu-devel@nongnu.org; Thu, 17 Jan 2019 09:55:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gk926-00073v-5v for qemu-devel@nongnu.org; Thu, 17 Jan 2019 09:52:38 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:52818) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gk922-0006vx-GO for qemu-devel@nongnu.org; Thu, 17 Jan 2019 09:52:37 -0500 References: <20190117090259.32713-1-sgarzare@redhat.com> <20190117090259.32713-6-sgarzare@redhat.com> <0bbdcb55-27d9-7098-10f4-aa7aef0a1c24@oracle.com> From: Liam Merwick Message-ID: <8cdb60f6-4a52-f968-d498-ee9273cb69b3@oracle.com> Date: Thu, 17 Jan 2019 14:52:25 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 5/5] optionrom/pvh: load initrd from fw_cfg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Stefano Garzarella , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Maran Wilson , Eduardo Habkost , Eric Blake , Richard Henderson , George Kennedy , Stefan Hajnoczi , Marcel Apfelbaum , Boris Ostrovsky On 17/01/2019 14:37, Paolo Bonzini wrote: > On 17/01/19 15:33, Liam Merwick wrote: >> #=C2=A0=C2=A0=C2=A0 pc-bios/optionrom/pvh.bin >> #=C2=A0=C2=A0=C2=A0 pc-bios/optionrom/pvh.img >> #=C2=A0=C2=A0=C2=A0 pc-bios/optionrom/pvh.raw >=20 > pvh.bin should not be ignored. >=20 That's part of what I didn't quite understand.=20 pc-bios/optionrom/linuxboot.bin (and the other binaries in the=20 'build-all' target in pc-bios/optionrom/Makefile) are in .gitignore. Also, should pvh.bin be added to BLOBS in Makefile like those files? Regards, Liam