* [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
@ 2014-03-14 3:19 Anthony Liguori
2014-03-14 14:11 ` Riku Voipio
2014-03-17 18:30 ` Andreas Färber
0 siblings, 2 replies; 5+ messages in thread
From: Anthony Liguori @ 2014-03-14 3:19 UTC (permalink / raw)
To: qemu-devel
Hi,
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 meant
for testing purposes and should not be used in a production environment.
http://wiki.qemu.org/download/qemu-2.0.0-rc0.tar.bz2
You can help improve the quality of the QEMU 2.0 release by testing this
release and reporting bugs on Launchpad:
https://bugs.launchpad.net/qemu/
The release plan for the 2.0 release is available at:
http://wiki.qemu.org/Planning/2.0
Please add entries to the ChangeLog for the 2.0 release below:
http://wiki.qemu.org/ChangeLog/Next
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
@ 2014-03-14 3:20 Anthony Liguori
0 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2014-03-14 3:20 UTC (permalink / raw)
To: qemu-devel
Hi,
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 meant
for testing purposes and should not be used in a production environment.
http://wiki.qemu.org/download/qemu-2.0.0-rc0.tar.bz2
You can help improve the quality of the QEMU 2.0 release by testing this
release and reporting bugs on Launchpad:
https://bugs.launchpad.net/qemu/
The release plan for the 2.0 release is available at:
http://wiki.qemu.org/Planning/2.0
Please add entries to the ChangeLog for the 2.0 release below:
http://wiki.qemu.org/ChangeLog/Next
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
2014-03-14 3:19 Anthony Liguori
@ 2014-03-14 14:11 ` Riku Voipio
2014-03-17 18:30 ` Andreas Färber
1 sibling, 0 replies; 5+ messages in thread
From: Riku Voipio @ 2014-03-14 14:11 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel
On Thu, Mar 13, 2014 at 08:19:48PM -0700, Anthony Liguori wrote:
> Please add entries to the ChangeLog for the 2.0 release below:
> http://wiki.qemu.org/ChangeLog/Next
I could do some updates for linux-user - but how does one get an account to
edit on wiki.l.o ?
Riku
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
2014-03-14 3:19 Anthony Liguori
2014-03-14 14:11 ` Riku Voipio
@ 2014-03-17 18:30 ` Andreas Färber
2014-03-18 7:06 ` Gerd Hoffmann
1 sibling, 1 reply; 5+ messages in thread
From: Andreas Färber @ 2014-03-17 18:30 UTC (permalink / raw)
To: Anthony Liguori, qemu-devel, Gerd Hoffmann
Cc: Peter Maydell, seabios@seabios.org, Bruce Rogers
Hi,
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 meant
> for testing purposes and should not be used in a production environment.
>
> http://wiki.qemu.org/download/qemu-2.0.0-rc0.tar.bz2
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 to
"?" as version, whereas the binary blob contributed by Gerd displays
"rel-1.7.4-0-g96917a8".
Should our tarball workflow include generating a roms/seabios/.version
file based on git-describe in that directory to fix this mismatch?
Thanks,
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available
2014-03-17 18:30 ` Andreas Färber
@ 2014-03-18 7:06 ` Gerd Hoffmann
0 siblings, 0 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2014-03-18 7:06 UTC (permalink / raw)
To: Andreas Färber
Cc: Peter Maydell, seabios@seabios.org, qemu-devel, Anthony Liguori,
Bruce Rogers
On Mo, 2014-03-17 at 19:30 +0100, Andreas Färber wrote:
> Hi,
>
> 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 meant
> > for testing purposes and should not be used in a production environment.
> >
> > http://wiki.qemu.org/download/qemu-2.0.0-rc0.tar.bz2
>
> 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 to
> "?" 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-03-18 7:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 3:20 [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc0 is now available Anthony Liguori
-- strict thread matches above, loose matches on Subject: below --
2014-03-14 3:19 Anthony Liguori
2014-03-14 14:11 ` Riku Voipio
2014-03-17 18:30 ` Andreas Färber
2014-03-18 7:06 ` Gerd Hoffmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).