On Mon, Jul 16, 2018 at 09:32:25AM +0200, 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 <[email protected]> > --- > qemu-deprecated.texi | 234 ++++++++++++++++++++++++++++++++++++++++++ > qemu-doc.texi | 235 +------------------------------------------ > 2 files changed, 235 insertions(+), 234 deletions(-) > create mode 100644 qemu-deprecated.texi
Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
