[libvirt] [PATCH 1/2] qemu-doc: Move appendix "Deprecated features" to its own file

Cornelia Huck cohuck at redhat.com
Mon Jul 16 07:54:47 UTC 2018


On Mon, 16 Jul 2018 09:32:25 +0200
Markus Armbruster <armbru at redhat.com> wrote:

> Consumers of QEMU need to track feature deprecation.  Keeping
> deprecation documentation in its own file helps in two small ways:
> 
> * You can track changes the easy and obvious way, with git-log.
>   Before, you had to resort to more complex gittery like "git-log
>   --oneline -L '/@node Deprecated features/,/@node Supported build
>   platforms/:qemu-doc.texi'"
> 
> * It lets us use MAINTAINERS to copy interested parties on deprecation
>   patches, so they can advise or object before they're a done deal.
>   The next commit will do that for libvirt.
> 
> Signed-off-by: Markus Armbruster <armbru at redhat.com>
> ---
>  qemu-deprecated.texi | 234 ++++++++++++++++++++++++++++++++++++++++++
>  qemu-doc.texi        | 235 +------------------------------------------
>  2 files changed, 235 insertions(+), 234 deletions(-)
>  create mode 100644 qemu-deprecated.texi

Reviewed-by: Cornelia Huck <cohuck at redhat.com>




More information about the libvir-list mailing list