Difference between revisions of "Xen Project Hypervisor Roadmap/4.5"

From Xen
(Roadmap on xen-devel: Added description)
(Added timeline, reorganized page)
Line 8: Line 8:
 
We confirmed Konrad Wilk from Oracle as Release Manager for Xen 4.5 : see [http://lists.xen.org/archives/html/xen-devel/2014-04/msg03168.html this e-mail thread]
 
We confirmed Konrad Wilk from Oracle as Release Manager for Xen 4.5 : see [http://lists.xen.org/archives/html/xen-devel/2014-04/msg03168.html this e-mail thread]
   
== Information about how we manage releases ==
 
* [http://www.xenproject.org/developers/teams/hypervisor/hypervisor-roadmap.html General Process]
 
* [http://blog.xen.org/index.php/2014/05/08/how-the-hypervisor-team-manages-releases/ How the Hypervisor team manages releases]
 
* [http://blog.xen.org/index.php/2014/06/19/release-management-risk-intuition-and-freeze-exceptions/ Release management: Risk, intuition, and freeze exceptions]
 
   
== Roadmap on xen-devel ==
+
== Roadmap ==
As in the past, roadmap discussions will mostly happen on the xen-devel mailing list. The convention is that
+
As in the past, roadmap discussions will mostly happen on the xen-devel mailing list (see below). The convention is that our release manager will regularly post an e-mail called '''Xen 4.5 development update''' on the xen-devel list and that community members respond to it.
* Our release manager will regularly post an e-mail called '''Xen 4.5 development update''' on the list and that community members respond to it.
 
   
  +
=== 4.5 Timeline ===
  +
  +
We are planning on a <em>9-month</em> release cycle. Our current estimated dates:
  +
  +
* Feature Freeze: 10th September 2014
  +
* First RC: 10th October
  +
* Release: 10th December 2014
  +
  +
The RCs and release will of course depend on stability and bugs, and may therefore be adjusted as we get closer to the freeze dates. The feature freeze may be slipped for especially important features which are near completion.
  +
  +
=== Running Roadmap management ===
 
See
 
See
 
* [http://lists.xenproject.org/archives/html/xen-devel/2014-06/msg02597.html Xen 4.5 Development Update (June)]
 
* [http://lists.xenproject.org/archives/html/xen-devel/2014-06/msg02597.html Xen 4.5 Development Update (June)]
Line 22: Line 28:
 
* [http://xen.markmail.org/search/?q=%22Xen+4.4+development+update%22 historical 4.4 roadmap discussions]
 
* [http://xen.markmail.org/search/?q=%22Xen+4.4+development+update%22 historical 4.4 roadmap discussions]
   
=== The Process ===
+
== The Process ==
  +
  +
=== Tracked items via <em>Xen x.y Development Update</em> mails on xen-devel ===
 
If you are working on an item, please respond to the latest <em>Xen 4.5 Development Update</em> on [http://www.xenproject.org/help/mailing-list.html xen-devel]. Work-items are tracked in the following format
 
If you are working on an item, please respond to the latest <em>Xen 4.5 Development Update</em> on [http://www.xenproject.org/help/mailing-list.html xen-devel]. Work-items are tracked in the following format
   
Line 45: Line 53:
 
- Don Slutz
 
- Don Slutz
 
</pre>
 
</pre>
  +
  +
  +
=== Other Information about how we manage releases ===
  +
* [http://www.xenproject.org/developers/teams/hypervisor/hypervisor-roadmap.html General Process]
  +
* [http://blog.xen.org/index.php/2014/05/08/how-the-hypervisor-team-manages-releases/ How the Hypervisor team manages releases]
  +
* [http://blog.xen.org/index.php/2014/06/19/release-management-risk-intuition-and-freeze-exceptions/ Release management: Risk, intuition, and freeze exceptions]
   
 
[[Category:Xen]]
 
[[Category:Xen]]

Revision as of 12:14, 20 June 2014

Rather than try to predict precisely what will make it into what release (which was something of a disaster last release), I'm just going to borrow a term from the Agile world and call all uncompleted features the "Backlog". I'll still track who is doing what, and when we get close, what state things seem to be in.

Release Manager

We confirmed Konrad Wilk from Oracle as Release Manager for Xen 4.5 : see this e-mail thread


Roadmap

As in the past, roadmap discussions will mostly happen on the xen-devel mailing list (see below). The convention is that our release manager will regularly post an e-mail called Xen 4.5 development update on the xen-devel list and that community members respond to it.

4.5 Timeline

We are planning on a 9-month release cycle. Our current estimated dates:

  • Feature Freeze: 10th September 2014
  • First RC: 10th October
  • Release: 10th December 2014

The RCs and release will of course depend on stability and bugs, and may therefore be adjusted as we get closer to the freeze dates. The feature freeze may be slipped for especially important features which are near completion.

Running Roadmap management

See

The Process

Tracked items via Xen x.y Development Update mails on xen-devel

If you are working on an item, please respond to the latest Xen 4.5 Development Update on xen-devel. Work-items are tracked in the following format

* <Short description of work item> (<prognosis>)
  <optional: detailed description or comment>
  -  <Name of developer working on the item>

The prognosis is now the likelihood of completion in the 4.5 time frame.

  • none - nothing yet
  • fair - still working on it, patches are prototypes or RFC
  • ok - patches posted, acting on review
  • good - some last minute pieces
  • done - all done, might have bugs

For example:

* VMware backdoor (hypercall) (ok)
  Needs to be split up and redone
  -  Don Slutz


Other Information about how we manage releases