From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gk9Qy-0003eu-PK for qemu-devel@nongnu.org; Thu, 17 Jan 2019 10:18:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gk9Qv-0002ay-2u for qemu-devel@nongnu.org; Thu, 17 Jan 2019 10:18:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37372) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gk9Qu-0002Nx-Q5 for qemu-devel@nongnu.org; Thu, 17 Jan 2019 10:18:17 -0500 References: <20190117090259.32713-1-sgarzare@redhat.com> <20190117090259.32713-6-sgarzare@redhat.com> <0bbdcb55-27d9-7098-10f4-aa7aef0a1c24@oracle.com> <8cdb60f6-4a52-f968-d498-ee9273cb69b3@oracle.com> <20190117150515.rr2ksgkob7t6kene@steredhat> From: Paolo Bonzini Message-ID: Date: Thu, 17 Jan 2019 16:18:00 +0100 MIME-Version: 1.0 In-Reply-To: <20190117150515.rr2ksgkob7t6kene@steredhat> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Stefano Garzarella , Liam Merwick Cc: qemu-devel@nongnu.org, "Michael S. Tsirkin" , Maran Wilson , Eduardo Habkost , Eric Blake , Richard Henderson , George Kennedy , Stefan Hajnoczi , Marcel Apfelbaum , Boris Ostrovsky On 17/01/19 16:05, Stefano Garzarella wrote: >> That's part of what I didn't quite understand. >> pc-bios/optionrom/linuxboot.bin (and the other binaries in the 'build-all' >> target in pc-bios/optionrom/Makefile) are in .gitignore. >> >> Also, should pvh.bin be added to BLOBS in Makefile like those files? > Yes, indeed I added pvh.bin to BLOBS in patch 3/5 and I committed the > binary file in /pc-bios/ (note: not in /pc-bios/optionrom/ where it is > compiled, maybe is here the confusion, but I following what was done for > the other option roms) Nevermind---I was totally sure .bin files are committed. Though perhaps they should, since non-x86 binaries are. Paolo