[Qemu-devel] [PATCH v2 0/2] Document deprecated features & support lifecycle

Daniel P. Berrange posted 2 patches 8 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170606110556.12922-1-berrange@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
qemu-doc.texi | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
[Qemu-devel] [PATCH v2 0/2] Document deprecated features & support lifecycle
Posted by Daniel P. Berrange 8 years, 5 months ago
This is a followup to

  v1: https://lists.gnu.org/archive/html/qemu-devel/2017-05/msg02390.html

The goal is to clarify to users & app developers what they can expect
from QEMU in terms of feature lifecycle & any deprecation policy should
it be neccessary to remove features.

Changed in v2:

 - Split into 2 patches so we can consider each suggested addition
   independantly.

Daniel P. Berrange (2):
  docs: document deprecated features in appendix
  docs: document support lifetime for features

 qemu-doc.texi | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

-- 
2.9.3


Re: [Qemu-devel] [PATCH v2 0/2] Document deprecated features & support lifecycle
Posted by Stefan Hajnoczi 8 years, 5 months ago
On Tue, Jun 06, 2017 at 12:05:54PM +0100, Daniel P. Berrange wrote:
> This is a followup to
> 
>   v1: https://lists.gnu.org/archive/html/qemu-devel/2017-05/msg02390.html
> 
> The goal is to clarify to users & app developers what they can expect
> from QEMU in terms of feature lifecycle & any deprecation policy should
> it be neccessary to remove features.
> 
> Changed in v2:
> 
>  - Split into 2 patches so we can consider each suggested addition
>    independantly.
> 
> Daniel P. Berrange (2):
>   docs: document deprecated features in appendix
>   docs: document support lifetime for features
> 
>  qemu-doc.texi | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 48 insertions(+)
> 
> -- 
> 2.9.3
> 

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>