From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9iBr-0005De-Cx for qemu-devel@nongnu.org; Mon, 19 Mar 2012 15:24:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9iBp-00010z-9b for qemu-devel@nongnu.org; Mon, 19 Mar 2012 15:24:22 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:60189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9iBp-00010s-5L for qemu-devel@nongnu.org; Mon, 19 Mar 2012 15:24:21 -0400 Received: by yhoo21 with SMTP id o21so6752064yho.4 for ; Mon, 19 Mar 2012 12:24:19 -0700 (PDT) Message-ID: <4F6787E0.2050700@redhat.com> Date: Mon, 19 Mar 2012 14:24:16 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332164271-3052-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1332164271-3052-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/2] update seabios to 1.6.3.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 03/19/2012 08:37 AM, Gerd Hoffmann wrote: > Hi, > > Second try, no changes, just rebased and this time including the tree to > pull from in the cover letter ... Sorry for the confusion on this PULL. I had the other one in my queue but was blocked on a few things (upgrading to a version of gcc that SeaBIOS agreed with and a nasty bug in my test suite). I've pulled the branch and responded to the other note. Thanks! Regards, Anthony Liguori > cheers, > Gerd > > The following changes since commit 5bd33de6635577744b3c10dd3913bfe8c5ffaf40: > > tcg: fix sparc host for AREG0 free operation (2012-03-18 19:15:32 +0000) > > are available in the git repository at: > git://git.kraxel.org/qemu seabios-1.6.3.2 > > Gerd Hoffmann (2): > Add seabios build scripts to roms/ > Update seabios to 1.6.3.2 > > pc-bios/bios.bin | Bin 131072 -> 131072 bytes > roms/Makefile | 10 ++++++++++ > roms/config.seabios | 1 + > roms/configure-seabios.sh | 5 +++++ > roms/seabios | 2 +- > 5 files changed, 17 insertions(+), 1 deletions(-) > create mode 100644 roms/Makefile > create mode 100644 roms/config.seabios > create mode 100755 roms/configure-seabios.sh > >