diff options
author | Eduardo Habkost | 2020-08-31 23:07:28 +0200 |
---|---|---|
committer | Eduardo Habkost | 2020-09-08 23:29:19 +0200 |
commit | 94dfc0f3435241021eb5f6471025389fee92e218 (patch) | |
tree | aa080b9a64eafada28878c0f1566cab7962d665e /MAINTAINERS | |
parent | qom: Make type checker functions accept const pointers (diff) | |
download | qemu-94dfc0f3435241021eb5f6471025389fee92e218.tar.gz qemu-94dfc0f3435241021eb5f6471025389fee92e218.tar.xz qemu-94dfc0f3435241021eb5f6471025389fee92e218.zip |
codeconverter: script for automating QOM code cleanups
This started as a simple script that scanned for regular
expressions, but became more and more complex when exceptions to
the rules were found.
I don't know if this should be maintained in the QEMU source tree
long term (maybe it can be reused for other code transformations
that Coccinelle can't handle). In either case, this is included
as part of the patch series to document how exactly the automated
code transformations in the next patches were done.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20200831210740.126168-7-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7d0a5e91e4..cf96fa8379 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2423,6 +2423,11 @@ F: tests/check-qom-interface.c F: tests/check-qom-proplist.c F: tests/test-qdev-global-props.c +QOM boilerplate conversion script +M: Eduardo Habkost <ehabkost@redhat.com> +S: Maintained +F: scripts/codeconverter/ + QMP M: Markus Armbruster <armbru@redhat.com> S: Supported |