* [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
@ 2014-04-03 19:49 Michael Roth
2014-04-03 20:02 ` Peter Maydell
2014-04-04 5:17 ` Stefan Weil
0 siblings, 2 replies; 9+ messages in thread
From: Michael Roth @ 2014-04-03 19:49 UTC (permalink / raw)
To: qemu-devel
Hello,
On behalf of the QEMU Team, I'd like to announce the availability of the
second 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-rc1.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
Sincerely,
Michael Roth
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
2014-04-03 19:49 [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available Michael Roth
@ 2014-04-03 20:02 ` Peter Maydell
2014-04-03 20:16 ` Michael Roth
2014-04-04 14:39 ` Stefan Hajnoczi
2014-04-04 5:17 ` Stefan Weil
1 sibling, 2 replies; 9+ messages in thread
From: Peter Maydell @ 2014-04-03 20:02 UTC (permalink / raw)
To: Michael Roth; +Cc: QEMU Developers
On 3 April 2014 20:49, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> Hello,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the
> second 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-rc1.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
We should probably update this -- we slipped a couple of days
on the rc1, and I know there are still some fixes that will
require an rc2. How about:
rc2 7th or 8th April
release 2 days after (assuming no fixes appear that need to
go into an rc3)
?
thanks
-- PMM
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
2014-04-03 20:02 ` Peter Maydell
@ 2014-04-03 20:16 ` Michael Roth
2014-04-04 14:39 ` Stefan Hajnoczi
1 sibling, 0 replies; 9+ messages in thread
From: Michael Roth @ 2014-04-03 20:16 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers
Quoting Peter Maydell (2014-04-03 15:02:36)
> On 3 April 2014 20:49, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> > Hello,
> >
> > On behalf of the QEMU Team, I'd like to announce the availability of the
> > second 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-rc1.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
>
> We should probably update this -- we slipped a couple of days
> on the rc1, and I know there are still some fixes that will
> require an rc2. How about:
> rc2 7th or 8th April
> release 2 days after (assuming no fixes appear that need to
> go into an rc3)
I think that seems reasonable, couple extra days to test rc1 to make up for
the slippage, then a couple for the additional rc2.
>
> ?
>
> thanks
> -- PMM
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
2014-04-03 20:02 ` Peter Maydell
2014-04-03 20:16 ` Michael Roth
@ 2014-04-04 14:39 ` Stefan Hajnoczi
2014-04-04 14:57 ` Peter Maydell
1 sibling, 1 reply; 9+ messages in thread
From: Stefan Hajnoczi @ 2014-04-04 14:39 UTC (permalink / raw)
To: Peter Maydell; +Cc: Michael Roth, QEMU Developers
On Thu, Apr 3, 2014 at 10:02 PM, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 3 April 2014 20:49, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
>> Hello,
>>
>> On behalf of the QEMU Team, I'd like to announce the availability of the
>> second 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-rc1.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
>
> We should probably update this -- we slipped a couple of days
> on the rc1, and I know there are still some fixes that will
> require an rc2. How about:
> rc2 7th or 8th April
> release 2 days after (assuming no fixes appear that need to
> go into an rc3)
>
> ?
Sounds good.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
2014-04-04 14:39 ` Stefan Hajnoczi
@ 2014-04-04 14:57 ` Peter Maydell
2014-04-04 19:10 ` Paolo Bonzini
0 siblings, 1 reply; 9+ messages in thread
From: Peter Maydell @ 2014-04-04 14:57 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Michael Roth, QEMU Developers
On 4 April 2014 15:39, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Thu, Apr 3, 2014 at 10:02 PM, Peter Maydell <peter.maydell@linaro.org> wrote:
>> On 3 April 2014 20:49, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
>>> Hello,
>>>
>>> On behalf of the QEMU Team, I'd like to announce the availability of the
>>> second 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-rc1.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
>>
>> We should probably update this -- we slipped a couple of days
>> on the rc1, and I know there are still some fixes that will
>> require an rc2. How about:
>> rc2 7th or 8th April
>> release 2 days after (assuming no fixes appear that need to
>> go into an rc3)
>>
>> ?
>
> Sounds good.
OK; I've updated the wiki page. Patches I know about for 2.0:
[0/2] fix bugs involving linux-user signal handling
[0/2] A15 board bugfixes
dma-helpers: Initialize DMAAIOCB in_cancel flag
target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection
Given the relatively small number and where we are in the
release schedule I propose to just apply those directly to
master. Is there anything else I should pick up?
thanks
-- PMM
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
2014-04-04 14:57 ` Peter Maydell
@ 2014-04-04 19:10 ` Paolo Bonzini
2014-04-04 19:31 ` Kevin Wolf
0 siblings, 1 reply; 9+ messages in thread
From: Paolo Bonzini @ 2014-04-04 19:10 UTC (permalink / raw)
To: Peter Maydell, Stefan Hajnoczi
Cc: Kevin Wolf, Michael Roth, Stefan Hajnoczi, QEMU Developers
Il 04/04/2014 16:57, Peter Maydell ha scritto:
> OK; I've updated the wiki page. Patches I know about for 2.0:
>
> [0/2] fix bugs involving linux-user signal handling
> [0/2] A15 board bugfixes
> dma-helpers: Initialize DMAAIOCB in_cancel flag
> target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection
The block folks have 4-5 more patches other than your DMAAIOCB one, so I
guess they'll send a pull request.
Paolo
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
2014-04-04 19:10 ` Paolo Bonzini
@ 2014-04-04 19:31 ` Kevin Wolf
0 siblings, 0 replies; 9+ messages in thread
From: Kevin Wolf @ 2014-04-04 19:31 UTC (permalink / raw)
To: Paolo Bonzini
Cc: QEMU Developers, Peter Maydell, Michael Roth, Stefan Hajnoczi,
Stefan Hajnoczi
Am 04.04.2014 um 21:10 hat Paolo Bonzini geschrieben:
> Il 04/04/2014 16:57, Peter Maydell ha scritto:
> >OK; I've updated the wiki page. Patches I know about for 2.0:
> >
> >[0/2] fix bugs involving linux-user signal handling
> >[0/2] A15 board bugfixes
> >dma-helpers: Initialize DMAAIOCB in_cancel flag
> >target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection
>
> The block folks have 4-5 more patches other than your DMAAIOCB one,
> so I guess they'll send a pull request.
I just sent one. Hope I included everything.
Kevin
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available
2014-04-03 19:49 [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available Michael Roth
2014-04-03 20:02 ` Peter Maydell
@ 2014-04-04 5:17 ` Stefan Weil
2014-04-04 15:37 ` Michael Roth
1 sibling, 1 reply; 9+ messages in thread
From: Stefan Weil @ 2014-04-04 5:17 UTC (permalink / raw)
To: Michael Roth, qemu-devel
Am 03.04.2014 21:49, schrieb Michael Roth:
> Hello,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the
> second 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-rc1.tar.bz2
>
Hello Michael,
thanks for doing this job. http://wiki.qemu.org/Main_Page should mention
the new version, too. It's too bad that this Wiki page cannot be fixed
by normal Wiki users like me.
Regards
Stefan
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-04-04 19:32 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 19:49 [Qemu-devel] [ANNOUNCE] QEMU 2.0.0-rc1 is now available Michael Roth
2014-04-03 20:02 ` Peter Maydell
2014-04-03 20:16 ` Michael Roth
2014-04-04 14:39 ` Stefan Hajnoczi
2014-04-04 14:57 ` Peter Maydell
2014-04-04 19:10 ` Paolo Bonzini
2014-04-04 19:31 ` Kevin Wolf
2014-04-04 5:17 ` Stefan Weil
2014-04-04 15:37 ` Michael Roth
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).