From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUJ3A-0007Lh-I6 for qemu-devel@nongnu.org; Mon, 01 Aug 2016 15:38:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUJ37-0001yO-EY for qemu-devel@nongnu.org; Mon, 01 Aug 2016 15:38:56 -0400 Message-ID: <1470080328.30562.70.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 01 Aug 2016 21:38:48 +0200 In-Reply-To: <20160728055102.GE2588@voom.fritz.box> References: <1469608053.5978.132.camel@kernel.crashing.org> <20160728055102.GE2588@voom.fritz.box> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ppc: Add MacOS VGA driver ROM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Benjamin Herrenschmidt , Mark Cave-Ayland , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf Hi, > So, I believe qemu convention is to include the ROM source via a > submodule - even though it won't typically be built from there and the > prebuilt blob will be used instead. Correct. Also rules in roms/Makefile to build the thing, to document the build process and to simplify the maintainer's job on updates. cheers, Gerd