]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-doc: Move appendix "Deprecated features" to its own file
authorMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jul 2018 07:32:25 +0000 (09:32 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jul 2018 13:43:06 +0000 (15:43 +0200)
commit44c67847e32c91a6071fb0440c357b9489f08bc6
tree429568d9eace14d1d11edf2abc1507efb7f2575a
parent361ac948a5c960ce7a093cec1744bff0d5af3dec
qemu-doc: Move appendix "Deprecated features" to its own file

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@redhat.com>
Message-Id: <20180716073226.21127-2-armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
qemu-deprecated.texi [new file with mode: 0644]
qemu-doc.texi