From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPo6w-0003qX-Nx for qemu-devel@nongnu.org; Tue, 18 Mar 2014 03:06:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPo6s-000566-5T for qemu-devel@nongnu.org; Tue, 18 Mar 2014 03:06:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPo6r-000561-UM for qemu-devel@nongnu.org; Tue, 18 Mar 2014 03:06:50 -0400 Message-ID: <1395126400.13715.7.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 18 Mar 2014 08:06:40 +0100 In-Reply-To: <53273F3C.6040500@suse.de> References: <1394767188-7074-1-git-send-email-aliguori@amazon.com> <53273F3C.6040500@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?ISO-8859-1?Q?F=E4rber?= Cc: Peter Maydell , "seabios@seabios.org" , qemu-devel@nongnu.org, Anthony Liguori , Bruce Rogers On Mo, 2014-03-17 at 19:30 +0100, Andreas F=C3=A4rber wrote: > Hi, >=20 > Am 14.03.2014 04:19, schrieb Anthony Liguori: > > On behalf of the QEMU Team, I'd like to announce the availability of = the > > first release candidate for the QEMU 2.0 release. This release is me= ant > > for testing purposes and should not be used in a production environme= nt. > >=20 > > http://wiki.qemu.org/download/qemu-2.0.0-rc0.tar.bz2 >=20 > I've run into an issue with the SeaBIOS submodule included in the QEMU > tarball: The SeaBIOS scripts/buildversion.sh script looks for a .git > directory or file and, if absent, goes on to look for a .version file, > neither of which the QEMU tarball ships. That means it will fall back t= o > "?" as version, whereas the binary blob contributed by Gerd displays > "rel-1.7.4-0-g96917a8". I build them from a git checkout, where it works as .git is present. > Should our tarball workflow include generating a roms/seabios/.version > file based on git-describe in that directory to fix this mismatch? Makes sense. cheers, Gerd