All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen 4.7 Development Update
@ 2016-02-29 11:17 Wei Liu
  2016-02-29 11:44 ` Jan Beulich
                   ` (8 more replies)
  0 siblings, 9 replies; 49+ messages in thread
From: Wei Liu @ 2016-02-29 11:17 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.liu2

NOTE: We are one month away from freeze. Features that wish to be in 4.7 must
be posted to xen-devel by March 18.

This email only tracks big items for xen.git tree. Please reply for items you
woulk like to see in 4.7 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 twice a
year. The upcoming 4.7 timeline are as followed:

* Last posting date: March 18, 2016
* Hard code freeze: April 1, 2016
* RC1: TBD
* Release: June 3, 2016

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

RCs will be arranged immediately after freeze.

= Projects =

== Hypervisor == 

*  Convert RTDS from time to event-driven model
  -  Meng Xu
  -  Tianyang Chen

=== x86 === 

*  Improve ioreq server performance
  -  Yu Zhang
  -  Paul Durrant

*  xsave/xrtors support
  -  Shuai Ruan

*  CPUID handling improvement
  -  Andrew Cooper

*  VMWare tools support
  -  Don Slutz

*  xSplice, hypervisor hot-patching
  -  Konrad Wilk
  -  Ross Lagerwall

*  Porting Intel PState driver
  -  Wei Wang

*  HVMlite support
  -  Roger Pau Monne

*  Posted interrupt
  -  Wu, Feng

*  VMX TSC scaling support
  -  Haozhong Zhang

*  VT-d asynchronous flush issue
  -  Quan Xu

*  Memory protection-key support
  -  Huaitong Han

=== ARM === 

*  ACPI for ARM64
  -  Shannon Zhao

*  Guest save / restore support
  -  Ian Campbell

== Toolstack == 

*  vNVDIMM support
  -  Haozhong Zhang

*  Libxl PVSCSI support
  -  Olaf Hering

*  PV USB passthrough
  -  Chunyan Liu

*  HVM USB passthrough
  -  George Dunlap

*  QEMU based PVUSB backend
  -  Juergen Gross

*  Domain snapshot API
  -  Chunyan Liu

*  Fix hotplug script machinery and remove blktap
  -  George Dunlap

*  Basic xSplice tooling (see hypervisor item)
  -  Konrad Wilk

*  Load BIOS via toolstack
  -  Anthony Perard

*  Libxl depriv QEMU
  -  Ian Jackson

*  COLO
  -  Wen Congyang

== Documentation == 

*  Feature maturity lifecycle
  -  Lars Kurth

== Completed == 

*  spinlock queued read-write locks
  -  Jennifer Herbert

*  Per-cpu reader-writer lock
  -  Malcolm Crossley

*  Make it easy to run xenstore in a domain
  -  Juergen Gross

*  Libxc support for migrating large PV domains
  -  Juergen Gross

*  Disentangle libxenctrl to stable libraries
  -  Ian Campbell

*  Use Kconfig to configure hypervisor components
  -  Doug Goldstein

*  vgic-v3
  -  Julien Grall

*  Toolstack-based soft reset
  -  Vitaly Kuznetsov

*  Libxc support for building large PV domains
  -  Juergen Gross

*  Run QEMU as non-root
  -  Stefano Stabellini

*  Intel CDP support
  -  He Chen


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 49+ messages in thread
* Xen 4.7 Development Update
@ 2016-02-01 10:45 Wei Liu
  2016-02-01 12:11 ` Jan Beulich
                   ` (3 more replies)
  0 siblings, 4 replies; 49+ messages in thread
From: Wei Liu @ 2016-02-01 10:45 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.liu2

This email only tracks big items for xen.git tree. Please reply for items you
woulk like to see in 4.7 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 twice a
year. The upcoming 4.7 timeline are as followed:

* Last posting date: March 18, 2016
* Hard code freeze: April 1, 2016
* RC1: TBD
* Release: June 3, 2016

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

RCs will be arranged immediately after freeze.

= Projects =

== Hypervisor == 

*  Convert RTDS from time to event-driven model
  -  Meng Xu
  -  Tianyang Chen

=== x86 === 

*  CPUID handling improvement
  -  Andrew Cooper

*  VMWare tools support
  -  Don Slutz

*  xSplice, hypervisor hot-patching
  -  Konrad Wilk
  -  Ross Lagerwall

*  Porting Intel PState driver
  -  Wei Wang

*  HVMlite support
  -  Roger Pau Monne

*  Posted interrupt
  -  Wu, Feng

*  VMX TSC scaling support
  -  Haozhong Zhang

*  VT-d asynchronous flush issue
  -  Quan Xu

*  Memory protection-key support
  -  Huaitong Han

=== ARM === 

*  Guest save / restore support
  -  Ian Campbell

== Toolstack == 

*  vNVDIMM support
  -  Haozhong Zhang

*  Libxl PVSCSI support
  -  Olaf Hering

*  PV USB passthrough
  -  Chunyan Liu

*  HVM USB passthrough
  -  George Dunlap

*  QEMU based PVUSB backend
  -  Juergen Gross

*  Domain snapshot API
  -  Chunyan Liu

*  Fix hotplug script machinery and remove blktap
  -  George Dunlap

*  Basic xSplice tooling (see hypervisor item)
  -  Konrad Wilk

*  Load BIOS via toolstack
  -  Anthony Perard

*  Libxl depriv QEMU
  -  Ian Jackson

*  COLO
  -  Wen Congyang

== Documentation == 

*  Feature maturity lifecycle
  -  Lars Kurth

== Completed == 

*  Per-cpu reader-writer lock
  -  Malcolm Crossley

*  Make it easy to run xenstore in a domain
  -  Juergen Gross

*  Libxc support for migrating large PV domains
  -  Juergen Gross

*  Disentangle libxenctrl to stable libraries
  -  Ian Campbell

*  Use Kconfig to configure hypervisor components
  -  Doug Goldstein

*  vgic-v3
  -  Julien Grall

*  xsave/xrtors support
  -  Shuai Ruan

*  Toolstack-based soft reset
  -  Vitaly Kuznetsov

*  Libxc support for building large PV domains
  -  Juergen Gross

*  Run QEMU as non-root
  -  Stefano Stabellini

*  Intel CDP support
  -  He Chen

^ permalink raw reply	[flat|nested] 49+ messages in thread
* Xen 4.7 Development Update
@ 2016-01-04 10:15 Wei Liu
  2016-01-05  6:57 ` Chun Yan Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 49+ messages in thread
From: Wei Liu @ 2016-01-04 10:15 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.liu2

This email only tracks big items for xen.git tree. Please reply for items you
woulk like to see in 4.7 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 twice a
year. The upcoming 4.7 timeline are as followed:

* Last posting date: March 18, 2016
* Hard code freeze: April 1, 2016
* RC1: TBD
* Release: June 3, 2016

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

RCs will be arranged immediately after freeze.

= Projects =

== Hypervisor == 

*  Use Kconfig to configure hypervisor components
  -  Doug Goldstein

=== x86 === 

*  CPUID handling improvement
  -  Andrew Cooper

*  VMWare tools support
  -  Don Slutz

*  xSplice, hypervisor hot-patching
  -  Konrad Wilk
  -  Ross Lagerwall

*  Porting Intel PState driver
  -  Wei Wang

*  HVM-nodm support
  -  Roger Pau Monne

*  Posted interrupt
  -  Wu, Feng

*  VMX TSC scaling support
  -  Haozhong Zhang

*  VT-d asynchronous flush issue
  -  Quan Xu

*  Memory protection-key support
  -  Huaitong Han

=== ARM === 

*  Guest save / restore support
  -  Ian Campbell

== Toolstack == 

*  Make it easy to run xenstore in a domain
  -  Juergen Gross

*  Libxc support for migrating large PV domains
  -  Juergen Gross

*  Disentangle libxenctrl to stable libraries
  -  Ian Campbell

*  Libxl PVSCSI support
  -  Olaf Hering

*  PV USB passthrough
  -  Chunyan Liu

*  HVM USB passthrough
  -  George Dunlap

*  QEMU based PVUSB backend
  -  Juergen Gross

*  Domain snapshot API
  -  Chunyan Liu

*  Fix hotplug script machinery and remove blktap
  -  George Dunlap

*  Basic xSplice tooling (see hypervisor item)
  -  Konrad Wilk

*  Load BIOS via toolstack
  -  Anthony Perard

*  Libxl depriv QEMU
  -  Ian Jackson

*  COLO
  -  Wen Congyang

== Documentation == 

*  Feature maturity lifecycle
  -  Lars Kurth

== Completed == 

*  vgic-v3
  -  Julien Grall

*  xsave/xrtors support
  -  Shuai Ruan

*  Toolstack-based soft reset
  -  Vitaly Kuznetsov

*  Libxc support for building large PV domains
  -  Juergen Gross

*  Run QEMU as non-root
  -  Stefano Stabellini

*  Intel CDP support
  -  He Chen

^ permalink raw reply	[flat|nested] 49+ messages in thread
* Xen 4.7 Development Update
@ 2015-12-01 10:34 Wei Liu
  0 siblings, 0 replies; 49+ messages in thread
From: Wei Liu @ 2015-12-01 10:34 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.liu2

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

= Timeline =

We now adopt a fixed cut-off date scheme. We will release twice a
year. The upcoming 4.7 timeline are as followed:

* Last posting date: March 18, 2016
* Hard code freeze: April 1, 2016
* RC1: TBD
* Release: June 3, 2016

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

RCs will be arranged immediately after freeze.

= Projects =

== Hypervisor == 

=== x86 === 

*  xSplice, hypervisor hot-patching
  -  Konrad Wilk
  -  Ross Lagerwall

*  Porting Intel PState driver
  -  Wei Wang

*  HVM-nodm support
  -  Roger Pau Monne

*  Posted interrupt
  -  Wu, Feng

*  VMX TSC scaling support
  -  Haozhong Zhang

*  VT-d asynchronous flush issue
  -  Quan Xu

*  Memory protection-key support
  -  Huaitong Han

=== ARM === 

*  Guest save / restore support
  -  Ian Campbell

== Toolstack == 

*  Libxc support for migrating large PV domains
  -  Juergen Gross

*  Disentangle libxenctrl to stable libraries
  -  Ian Campbell

*  Libxl PVSCSI support
  -  Olaf Hering

*  PV USB passthrough
  -  Chunyan Liu

*  HVM USB passthrough
  -  George Dunlap

*  QEMU based PVUSB backend
  -  Juergen Gross

*  Domain snapshot API
  -  Chunyan Liu

*  Fix hotplug script machinery and remove blktap
  -  George Dunlap

*  Basic xSplice tooling (see hypervisor item)
  -  Konrad Wilk

*  Load BIOS via toolstack
  -  Anthony Perard

*  Libxl depriv QEMU
  -  Ian Jackson

*  COLO
  -  Yang Hongyang

== Documentation == 

*  Feature maturity lifecycle
  -  Lars Kurth

== Completed == 

*  vgic-v3
  -  Julien Grall

*  xsave/xrtors support
  -  Shuai Ruan

*  Toolstack-based soft reset
  -  Vitaly Kuznetsov

*  Libxc support for building large PV domains
  -  Juergen Gross

*  Run QEMU as non-root
  -  Stefano Stabellini

*  Intel CDP support
  -  He Chen

^ permalink raw reply	[flat|nested] 49+ messages in thread
* Xen 4.7 Development Update
@ 2015-11-09 16:15 Wei Liu
  2015-11-09 16:49 ` Wei Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 49+ messages in thread
From: Wei Liu @ 2015-11-09 16:15 UTC (permalink / raw)
  To: xen-devel; +Cc: wei.liu2

I accidentally deleted my old script, so I take the chance to change
the tracking email a bit. Now this email only tracks big items for
xen.git tree. Please reply for items you woulk like to see in 4.7 so
that people have an idea what is going on and prioritise accordingly.

= Timeline =

We now adopt a fixed cut-off date scheme. We will release twice a
year. The upcoming 4.7 timeline are as followed:

* Last posting date: March 18, 2016
* Hard code freeze: April 1, 2016
* RC1: TBD
* Release: July 1, 2016

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

RCs will be arranged immediately after freeze.

= Projects =

== Hypervisor == 

=== x86 === 

*  xSplice, hypervisor hot-patching
  -  Konrad Wilk

*  Porting Intel PState driver
  -  Wei Wang

*  HVM-nodm support
  -  Roger Pau Monne

*  Posted interrupt
  -  Wu, Feng

*  VMX TSC scaling support
  -  Haozhong Zhang

*  VT-d asynchronous flush issue
  -  Tian, Kevin

*  xsave/xrtors support
  -  Shuai Ruan

=== ARM === 

== Toolstack == 

*  Disentangle libxenctrl to stable libraries
  -  Ian Campbell

*  Libxc support for building large PV domains
  -  Juergen Gross

*  PV USB passthrough
  -  Chunyan Liu

*  HVM USB passthrough
  -  George Dunlap

*  Domain snapshot API
  -  Chunyan Liu

*  Fix hotplug script machinery and remove blktap
  -  George Dunlap

*  Basic xSplice tooling (see hypervisor item)
  -  Konrad Wilk

*  Run QEMU as non-root
  -  Stefano Stabellini

*  Load BIOS via toolstack
  -  Anthony Perard

*  COLO
  -  Yang Hongyang

== Documentation == 

*  Feature maturity lifecycle
  -  Lars Kurth

== Completed == 

*  Intel CDP support
  -  He Chen

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

end of thread, other threads:[~2016-03-02 15:07 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-29 11:17 Xen 4.7 Development Update Wei Liu
2016-02-29 11:44 ` Jan Beulich
2016-02-29 11:50   ` Wei Liu
2016-02-29 13:27 ` Meng Xu
2016-03-01 22:01   ` Dario Faggioli
2016-02-29 15:35 ` Konrad Rzeszutek Wilk
2016-03-01 10:44   ` Wei Liu
2016-03-02  1:26 ` Han, Huaitong
2016-03-02  3:13 ` Wu, Feng
2016-03-02  5:31 ` Haozhong Zhang
2016-03-02  7:40 ` Shuai Ruan
2016-03-02 11:38 ` George Dunlap
2016-03-02 13:32   ` Jan Beulich
2016-03-02 14:07     ` Paul Durrant
2016-03-02 14:20       ` Jan Beulich
2016-03-02 14:29         ` Paul Durrant
2016-03-02 14:43     ` George Dunlap
2016-03-02 15:07       ` Wei Liu
2016-03-02 14:40 ` Xu, Quan
  -- strict thread matches above, loose matches on Subject: below --
2016-02-01 10:45 Wei Liu
2016-02-01 12:11 ` Jan Beulich
2016-02-01 12:19   ` Wei Liu
2016-02-02  7:38     ` Shuai Ruan
2016-02-03  8:55 ` Haozhong Zhang
2016-02-03  9:36 ` Han, Huaitong
2016-02-03 12:22 ` Olaf Hering
2016-01-04 10:15 Wei Liu
2016-01-05  6:57 ` Chun Yan Liu
2016-01-06 13:52   ` Jan Beulich
2016-01-05 14:15 ` Haozhong Zhang
2016-01-05 14:30 ` Meng Xu
2016-01-05 14:34   ` Wei Liu
2016-01-05 16:03     ` Meng Xu
2016-01-07  5:41 ` Haozhong Zhang
2016-01-07 10:21   ` Andrew Cooper
2016-01-07 11:52     ` Jan Beulich
2015-12-01 10:34 Wei Liu
2015-11-09 16:15 Wei Liu
2015-11-09 16:49 ` Wei Liu
2015-11-10  1:08 ` Xu, Quan
2015-11-10  4:28 ` Juergen Gross
2015-11-11 14:24 ` Anthony PERARD
2015-11-11 14:36 ` Haozhong Zhang
2015-11-25  2:17 ` Han, Huaitong
2015-12-01 11:54   ` Lars Kurth
2015-12-01 12:35     ` Wei Liu
2015-12-01 12:42       ` Ian Campbell
2015-12-01 12:46         ` Wei Liu
2015-12-01 13:32     ` Yong Wang

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.