
On 16.07.2018 09:32, Markus Armbruster 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@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: Thomas Huth <thuth@redhat.com>