All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] QEMU 3.0 proposed release schedule
@ 2018-05-22 15:24 Peter Maydell
  2018-05-22 15:39 ` Warner Losh
  2018-06-01 11:37 ` Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Maydell @ 2018-05-22 15:24 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Michael Roth

I've put up a draft release schedule at:
https://wiki.qemu.org/Planning/3.0

2018-04-24      Beginning of development phase
2018-07-03      Soft feature freeze.
2018-07-10      Hard feature freeze. Tag rc0
2018-07-17      Tag rc1
2018-07-24      Tag rc2
2018-07-31      Tag rc3
2018-08-07      Release, or if necessary, tag rc4
2018-08-14      Release, if we needed rc4

It's a touch earlier than last year, so we're definitely
finished before the end of August.

Does this work for people?

thanks
-- PMM

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] QEMU 3.0 proposed release schedule
  2018-05-22 15:24 [Qemu-devel] QEMU 3.0 proposed release schedule Peter Maydell
@ 2018-05-22 15:39 ` Warner Losh
  2018-05-22 15:50   ` Peter Maydell
  2018-06-01 11:37 ` Stefan Hajnoczi
  1 sibling, 1 reply; 6+ messages in thread
From: Warner Losh @ 2018-05-22 15:39 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers, Michael Roth

On Tue, May 22, 2018 at 9:24 AM, Peter Maydell <peter.maydell@linaro.org>
wrote:

> I've put up a draft release schedule at:
> https://wiki.qemu.org/Planning/3.0
>
> 2018-04-24      Beginning of development phase
> 2018-07-03      Soft feature freeze.
> 2018-07-10      Hard feature freeze. Tag rc0
> 2018-07-17      Tag rc1
> 2018-07-24      Tag rc2
> 2018-07-31      Tag rc3
> 2018-08-07      Release, or if necessary, tag rc4
> 2018-08-14      Release, if we needed rc4
>
> It's a touch earlier than last year, so we're definitely
> finished before the end of August.
>
> Does this work for people?
>

I'd love to get bsd-user into 3.0. At the moment, all the changes are in
bsd-user, and my cleanup is trending to about 50 patches. Given traditional
timelines, when should I submit patches to the mailing list for that?
Alternatively, when would a future 3.1 be expected?

Warner

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] QEMU 3.0 proposed release schedule
  2018-05-22 15:39 ` Warner Losh
@ 2018-05-22 15:50   ` Peter Maydell
  2018-05-22 16:34     ` Warner Losh
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Maydell @ 2018-05-22 15:50 UTC (permalink / raw)
  To: Warner Losh; +Cc: QEMU Developers, Michael Roth

On 22 May 2018 at 16:39, Warner Losh <imp@bsdimp.com> wrote:
> On Tue, May 22, 2018 at 9:24 AM, Peter Maydell <peter.maydell@linaro.org>
> wrote:
>>
>> I've put up a draft release schedule at:
>> https://wiki.qemu.org/Planning/3.0
>>
>> 2018-04-24      Beginning of development phase
>> 2018-07-03      Soft feature freeze.
>> 2018-07-10      Hard feature freeze. Tag rc0
>> 2018-07-17      Tag rc1
>> 2018-07-24      Tag rc2
>> 2018-07-31      Tag rc3
>> 2018-08-07      Release, or if necessary, tag rc4
>> 2018-08-14      Release, if we needed rc4

> I'd love to get bsd-user into 3.0. At the moment, all the changes are in
> bsd-user, and my cleanup is trending to about 50 patches. Given traditional
> timelines, when should I submit patches to the mailing list for that?

The usual recommendation is to submit early and often.
"softfreeze" means "any new feature to go in must already
be in a pull request on the list by this date", but big
features hitting the list late in the cycle are not fun to
deal with and best avoided. Also, don't feel you need to hold
on to the thing until all 50-odd patches are ready to submit;
if you can break it up into smaller patchsets that's easier
to deal with.

> Alternatively, when would a future 3.1 be expected?

We do 3 releases a year, generally in approximately April, August
and December. So 3.1 will be early December.

thanks
-- PMM

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] QEMU 3.0 proposed release schedule
  2018-05-22 15:50   ` Peter Maydell
@ 2018-05-22 16:34     ` Warner Losh
  2018-05-22 16:38       ` Peter Maydell
  0 siblings, 1 reply; 6+ messages in thread
From: Warner Losh @ 2018-05-22 16:34 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers, Michael Roth

On Tue, May 22, 2018 at 9:50 AM, Peter Maydell <peter.maydell@linaro.org>
wrote:

> On 22 May 2018 at 16:39, Warner Losh <imp@bsdimp.com> wrote:
> > On Tue, May 22, 2018 at 9:24 AM, Peter Maydell <peter.maydell@linaro.org
> >
> > wrote:
> >>
> >> I've put up a draft release schedule at:
> >> https://wiki.qemu.org/Planning/3.0
> >>
> >> 2018-04-24      Beginning of development phase
> >> 2018-07-03      Soft feature freeze.
> >> 2018-07-10      Hard feature freeze. Tag rc0
> >> 2018-07-17      Tag rc1
> >> 2018-07-24      Tag rc2
> >> 2018-07-31      Tag rc3
> >> 2018-08-07      Release, or if necessary, tag rc4
> >> 2018-08-14      Release, if we needed rc4
>
> > I'd love to get bsd-user into 3.0. At the moment, all the changes are in
> > bsd-user, and my cleanup is trending to about 50 patches. Given
> traditional
> > timelines, when should I submit patches to the mailing list for that?
>
> The usual recommendation is to submit early and often.
>

Should I do a RFC or preview submission then of the first dozen patches
maybe as I work out integrating back the bug/compile fixes into the early
series? I'd love to get feedback, but don't want to waste people's time on
something that I've not compile tested every change on (just the final
results, which stands today at ~125 changes, but last week was at 200).

Warner

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] QEMU 3.0 proposed release schedule
  2018-05-22 16:34     ` Warner Losh
@ 2018-05-22 16:38       ` Peter Maydell
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Maydell @ 2018-05-22 16:38 UTC (permalink / raw)
  To: Warner Losh; +Cc: QEMU Developers, Michael Roth

On 22 May 2018 at 17:34, Warner Losh <imp@bsdimp.com> wrote:
> On Tue, May 22, 2018 at 9:50 AM, Peter Maydell <peter.maydell@linaro.org>
> wrote:
>> The usual recommendation is to submit early and often.
>
>
> Should I do a RFC or preview submission then of the first dozen patches
> maybe as I work out integrating back the bug/compile fixes into the early
> series? I'd love to get feedback, but don't want to waste people's time on
> something that I've not compile tested every change on (just the final
> results, which stands today at ~125 changes, but last week was at 200).

I would suggest a preview submission, yes, though if it did
at least compile that would be nice...

-- PMM

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] QEMU 3.0 proposed release schedule
  2018-05-22 15:24 [Qemu-devel] QEMU 3.0 proposed release schedule Peter Maydell
  2018-05-22 15:39 ` Warner Losh
@ 2018-06-01 11:37 ` Stefan Hajnoczi
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2018-06-01 11:37 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Developers, Michael Roth

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

On Tue, May 22, 2018 at 04:24:37PM +0100, Peter Maydell wrote:
> I've put up a draft release schedule at:
> https://wiki.qemu.org/Planning/3.0
> 
> 2018-04-24      Beginning of development phase
> 2018-07-03      Soft feature freeze.
> 2018-07-10      Hard feature freeze. Tag rc0
> 2018-07-17      Tag rc1
> 2018-07-24      Tag rc2
> 2018-07-31      Tag rc3
> 2018-08-07      Release, or if necessary, tag rc4
> 2018-08-14      Release, if we needed rc4
> 
> It's a touch earlier than last year, so we're definitely
> finished before the end of August.
> 
> Does this work for people?

Sounds good to me.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-06-01 11:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22 15:24 [Qemu-devel] QEMU 3.0 proposed release schedule Peter Maydell
2018-05-22 15:39 ` Warner Losh
2018-05-22 15:50   ` Peter Maydell
2018-05-22 16:34     ` Warner Losh
2018-05-22 16:38       ` Peter Maydell
2018-06-01 11:37 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.