From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBiQA-0000CM-5q for qemu-devel@nongnu.org; Mon, 18 Apr 2011 02:58:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBiQ6-00081v-0U for qemu-devel@nongnu.org; Mon, 18 Apr 2011 02:58:54 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:56911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBiQ5-00081o-SE for qemu-devel@nongnu.org; Mon, 18 Apr 2011 02:58:49 -0400 Received: by pzk36 with SMTP id 36so2575992pzk.4 for ; Sun, 17 Apr 2011 23:58:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4DABE121.7070402@redhat.com> Date: Mon, 18 Apr 2011 08:58:41 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1303056876-14320-1-git-send-email-rth@twiddle.net> <1303056876-14320-6-git-send-email-rth@twiddle.net> <4DAB1F2A.3080208@twiddle.net> <1CCD3D15-32A5-4A84-BB9B-15AAFD4A1106@suse.de> <4DAB30BC.1090700@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/5] target-alpha: Emulate Alpha SX164. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Peter Maydell , qemu-devel@nongnu.org, Richard Henderson On 04/17/2011 08:31 PM, Alexander Graf wrote: > > On 17.04.2011, at 20:26, Richard Henderson wrote: > >> On 04/17/2011 11:23 AM, Alexander Graf wrote: >>> We try to keep a reference in pc-bios/README on where it comes from >>> and Anthony usually wants you to also add git submodule magic for >>> easy cloning :). >> >> The README is easy. I don't know what a git submodule is. >> Pointers are very welcome... > > Pointers are easy: http://patchwork.ozlabs.org/patch/90696/ > I personally have no clue about them though - better to pester Anthony > for details :). All that is done just with git submodule add git://repo.or.cz/qemu-palcode.git roms/qemu-palcode Paolo