From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBVO9-0006WH-E0 for qemu-devel@nongnu.org; Sun, 17 Apr 2011 13:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBVO8-0006jp-5A for qemu-devel@nongnu.org; Sun, 17 Apr 2011 13:03:57 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:33250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBVO8-0006jk-2l for qemu-devel@nongnu.org; Sun, 17 Apr 2011 13:03:56 -0400 Received: by vws17 with SMTP id 17so3623753vws.4 for ; Sun, 17 Apr 2011 10:03:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1303056876-14320-6-git-send-email-rth@twiddle.net> References: <1303056876-14320-1-git-send-email-rth@twiddle.net> <1303056876-14320-6-git-send-email-rth@twiddle.net> Date: Sun, 17 Apr 2011 18:03:54 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Richard Henderson Cc: qemu-devel@nongnu.org On 17 April 2011 17:14, Richard Henderson wrote: > Delete the old partial support for alpha-softmmu, which kind-of tried > to emulate real HW and its PALcode. =C2=A0Instead, use a custom HW interf= ace > for a custom PALcode. =C2=A0Wire up as much of the device emulation as is > available. > =C2=A0pc-bios/palcode-sx164 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | = =C2=A0Bin 0 -> 107781 bytes My personal opinion is that if we have the binary blob in qemu git we should also have its corresponding source code. (plus it should be in the same commit that adds it to configure's list of files, because configure doesn't do the right thing for missing binary blobs) -- PMM