xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] Xen 4.14 Development Update
@ 2020-04-24  7:38 Paul Durrant
  2020-04-24  7:55 ` Jan Beulich
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paul Durrant @ 2020-04-24  7:38 UTC (permalink / raw)
  To: xen-devel
  Cc: jgross, andrew.cooper3, pdurrant, marmarek, hongyxia, jbeulich,
	tamas.k.lengyel, roger.pau, dwmw

*** ONE WEEK UNTIL LAST POSTING ***

This email only tracks big items for xen.git tree. Please reply for items
you would like to see in 4.14 so that people have an idea what
is going on and prioritise accordingly.

You're welcome to provide description and use cases of the feature you're
working on.

= Timeline =

We now adopt a fixed cut-off date scheme. We will release about every 8
 months.
The critical dates for Xen 4.14 are as follows:

---> We are here
* Last posting date: May 1st, 2020
* Hard code freeze: May 22nd, 2020
* Release: June 26th, 2020

Note that we don't have a freeze exception scheme anymore. All patches
that wish to go into 4.14 must be posted initially no later than the
last posting date and finally no later than the hard code freeze.
All patches posted after that date will be automatically queued into next
release.

RCs will be arranged immediately after freeze.

There is also a jira instance to track all the tasks (not only big)
for the project. See: https://xenproject.atlassian.net/projects/XEN/issues.

Some of the tasks tracked by this e-mail also have a corresponding jira task
referred by XEN-N.

There is a version number for patch series associated to each feature.
Can each owner send an update giving the latest version number if the
series has been re-posted? Also, can the owners of any completed items
please respond so that the item can be moved into the 'Completed' section.

= Projects =

== Hypervisor == 

*  Live-Updating Xen (RFC v2)
  -  David Woodhouse
  -  The latest code is available at https://xenbits.xen.org/gitweb/?p=people/dwmw2/xen.git;a=shortlog;h=refs/heads/lu-master
  -  Project wiki page at https://wiki.xenproject.org/wiki/Live-Updating_Xen

*  Non-Cooperative Live Migration (v7 (design docs))
  -  Paul Durrant

*  Secret Hiding (v5)
  -  Hongyan Xia

*  Hypervisor file system (v6)
  -  Juergen Gross

=== x86 === 

*  Linux stub domains (v4)
  -  Marek Marczykowski-Górecki

*  Virtualise MSR_ARCH_CAPS for guests
  -  Andrew Cooper

*  AMD hardware mitigations (Rome)
  -  Andrew Cooper

*  Xen ioreq server (v3)
  -  Roger Pau Monne

*  Memory read caching in emulation (v5)
  -  Jan Beulich

*  Instruction emulator improvements
  -  Jan Beulich

*  VM forking (v11)
  -  Tamas K Lengyel

=== ARM === 

== Completed == 


Paul Durrant


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

* Re: [ANNOUNCE] Xen 4.14 Development Update
  2020-04-24  7:38 [ANNOUNCE] Xen 4.14 Development Update Paul Durrant
@ 2020-04-24  7:55 ` Jan Beulich
  2020-04-24  7:59   ` Durrant, Paul
  2020-04-24 15:54 ` Tamas K Lengyel
  2020-04-29 13:22 ` Jason Andryuk
  2 siblings, 1 reply; 8+ messages in thread
From: Jan Beulich @ 2020-04-24  7:55 UTC (permalink / raw)
  To: pdurrant; +Cc: xen-devel, andrew.cooper3

On 24.04.2020 09:38, Paul Durrant wrote:
> *  Memory read caching in emulation (v5)
>   -  Jan Beulich

Unless issues are found with this, it can be moved to "completed" -
I did commit this yesterday.

Jan


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

* RE: [ANNOUNCE] Xen 4.14 Development Update
  2020-04-24  7:55 ` Jan Beulich
@ 2020-04-24  7:59   ` Durrant, Paul
  0 siblings, 0 replies; 8+ messages in thread
From: Durrant, Paul @ 2020-04-24  7:59 UTC (permalink / raw)
  To: Jan Beulich; +Cc: xen-devel, andrew.cooper3

> -----Original Message-----
> On 24.04.2020 09:38, Paul Durrant wrote:
> > *  Memory read caching in emulation (v5)
> >   -  Jan Beulich
> 
> Unless issues are found with this, it can be moved to "completed" -
> I did commit this yesterday.
> 

Someone just drew my attention to the commit so once it hits master it should indeed be marked as such.
Thanks,

  Paul

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

* Re: [ANNOUNCE] Xen 4.14 Development Update
  2020-04-24  7:38 [ANNOUNCE] Xen 4.14 Development Update Paul Durrant
  2020-04-24  7:55 ` Jan Beulich
@ 2020-04-24 15:54 ` Tamas K Lengyel
  2020-04-24 16:00   ` Durrant, Paul
  2020-04-29 13:22 ` Jason Andryuk
  2 siblings, 1 reply; 8+ messages in thread
From: Tamas K Lengyel @ 2020-04-24 15:54 UTC (permalink / raw)
  To: Xen-devel, Paul Durrant
  Cc: Juergen Gross, Andrew Cooper, Marek Marczykowski-Górecki,
	hongyxia, Jan Beulich, dwmw, Roger Pau Monné

> *  VM forking (v11)
>   -  Tamas K Lengyel

v17 sent recently, hypervisor side is completely merged, only the
toolstack patch is waiting for review & merge

Tamas


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

* RE: [ANNOUNCE] Xen 4.14 Development Update
  2020-04-24 15:54 ` Tamas K Lengyel
@ 2020-04-24 16:00   ` Durrant, Paul
  0 siblings, 0 replies; 8+ messages in thread
From: Durrant, Paul @ 2020-04-24 16:00 UTC (permalink / raw)
  To: Tamas K Lengyel, Xen-devel
  Cc: Juergen Gross, Andrew Cooper, Marek Marczykowski-Górecki,
	Xia, Hongyan, Jan Beulich, Woodhouse, David, Roger Pau Monné

> -----Original Message-----
> 
> > *  VM forking (v11)
> >   -  Tamas K Lengyel
> 
> v17 sent recently, hypervisor side is completely merged, only the
> toolstack patch is waiting for review & merge
> 

Thanks for the update.

  Paul

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

* Re: [ANNOUNCE] Xen 4.14 Development Update
  2020-04-24  7:38 [ANNOUNCE] Xen 4.14 Development Update Paul Durrant
  2020-04-24  7:55 ` Jan Beulich
  2020-04-24 15:54 ` Tamas K Lengyel
@ 2020-04-29 13:22 ` Jason Andryuk
  2 siblings, 0 replies; 8+ messages in thread
From: Jason Andryuk @ 2020-04-29 13:22 UTC (permalink / raw)
  To: xen-devel, Paul Durrant
  Cc: Juergen Gross, Andrew Cooper, Marek Marczykowski-Górecki,
	hongyxia, Jan Beulich, tamas.k.lengyel, dwmw, Roger Pau Monne

On Fri, Apr 24, 2020 at 3:40 AM Paul Durrant <paul@xen.org> wrote:
> *  Linux stub domains (v4)
>   -  Marek Marczykowski-Górecki

In coordination with Marek, I've posted v5.

-Jason


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

* Re: [ANNOUNCE] Xen 4.14 Development Update
  2020-04-17  9:10 Paul Durrant
@ 2020-04-17  9:38 ` Jan Beulich
  0 siblings, 0 replies; 8+ messages in thread
From: Jan Beulich @ 2020-04-17  9:38 UTC (permalink / raw)
  To: pdurrant, andrew.cooper3; +Cc: xen-devel

On 17.04.2020 11:10, Paul Durrant wrote:
> *  Memory read caching in emulation (v5)
>   -  Jan Beulich

I'd like to take this as an opportunity to ask on the disposition
of this series: Under the new rules in principle I could have put
this in with Paul's R-b, but given the prior discussions I didn't
want to do so without at least an informal okay from you, Andrew.
Now that the sending of v5 as well as Paul's reviewing of it is 6
weeks back, I guess unless I hear otherwise pretty soon I'm going
to commit the remaining 3 patches some time next week.

Jan


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

* [ANNOUNCE] Xen 4.14 Development Update
@ 2020-04-17  9:10 Paul Durrant
  2020-04-17  9:38 ` Jan Beulich
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Durrant @ 2020-04-17  9:10 UTC (permalink / raw)
  To: xen-devel
  Cc: jgross, andrew.cooper3, pdurrant, marmarek, hongyxia, jbeulich,
	tamas.k.lengyel, roger.pau, dwmw

*** TWO WEEKS UNTIL LAST POSTING ***

This email only tracks big items for xen.git tree. Please reply for items
you would like to see in 4.14 so that people have an idea what
is going on and prioritise accordingly.

You're welcome to provide description and use cases of the feature you're
working on.

= Timeline =

We now adopt a fixed cut-off date scheme. We will release about every 8
 months.
The critical dates for Xen 4.14 are as follows:

---> We are here
* Last posting date: May 1st, 2020
* Hard code freeze: May 22nd, 2020
* Release: June 26th, 2020

Note that we don't have a freeze exception scheme anymore. All patches
that wish to go into 4.14 must be posted initially no later than the
last posting date and finally no later than the hard code freeze.
All patches posted after that date will be automatically queued into next
release.

RCs will be arranged immediately after freeze.

There is also a jira instance to track all the tasks (not only big)
for the project. See: https://xenproject.atlassian.net/projects/XEN/issues.

Some of the tasks tracked by this e-mail also have a corresponding jira task
referred by XEN-N.

There is a version number for patch series associated to each feature.
Can each owner send an update giving the latest version number if the
series has been re-posted? Also, can the owners of any completed items
please respond so that the item can be moved into the 'Completed' section.

= Projects =

== Hypervisor == 

*  Live-Updating Xen (RFC v2)
  -  David Woodhouse
  -  The latest code is available at https://xenbits.xen.org/gitweb/?p=people/dwmw2/xen.git;a=shortlog;h=refs/heads/lu-master
  -  Project wiki page at https://wiki.xenproject.org/wiki/Live-Updating_Xen

*  Non-Cooperative Live Migration
  -  Paul Durrant

*  Secret Hiding
  -  Hongyan Xia

*  Hypervisor file system (v7)
  -  Juergen Gross

=== x86 === 

*  Linux stub domains (v4)
  -  Marek Marczykowski-Górecki

*  Virtualise MSR_ARCH_CAPS for guests
  -  Andrew Cooper

*  AMD hardware mitigations (Rome)
  -  Andrew Cooper

*  Xen ioreq server (v3)
  -  Roger Pau Monne

*  Memory read caching in emulation (v5)
  -  Jan Beulich

*  Instruction emulator improvements
  -  Jan Beulich

*  VM forking (v11)
  -  Tamas K Lengyel

=== ARM === 

== Completed == 


Paul Durrant


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

end of thread, other threads:[~2020-04-29 13:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24  7:38 [ANNOUNCE] Xen 4.14 Development Update Paul Durrant
2020-04-24  7:55 ` Jan Beulich
2020-04-24  7:59   ` Durrant, Paul
2020-04-24 15:54 ` Tamas K Lengyel
2020-04-24 16:00   ` Durrant, Paul
2020-04-29 13:22 ` Jason Andryuk
  -- strict thread matches above, loose matches on Subject: below --
2020-04-17  9:10 Paul Durrant
2020-04-17  9:38 ` Jan Beulich

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).