summaryrefslogtreecommitdiffstats
path: root/include/qapi
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy2020-07-07 18:50:31 +0200
committerMarkus Armbruster2020-07-10 15:18:09 +0200
commit8220f3ac74a4698b0734aa882e74c5d9337e3d99 (patch)
treeca9761b7bc7ca6e9dc618b57511cc2b6422dab88 /include/qapi
parenterror: New macro ERRP_GUARD() (diff)
downloadqemu-8220f3ac74a4698b0734aa882e74c5d9337e3d99.tar.gz
qemu-8220f3ac74a4698b0734aa882e74c5d9337e3d99.tar.xz
qemu-8220f3ac74a4698b0734aa882e74c5d9337e3d99.zip
scripts: Coccinelle script to use ERRP_GUARD()
Script adds ERRP_GUARD() macro invocations where appropriate and does corresponding changes in code (look for details in include/qapi/error.h) Usage example: spatch --sp-file scripts/coccinelle/errp-guard.cocci \ --macro-file scripts/cocci-macro-file.h --in-place --no-show-diff \ --max-width 80 FILES... Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200707165037.1026246-3-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> [ERRP_AUTO_PROPAGATE() renamed to ERRP_GUARD(), and auto-propagated-errp.cocci to errp-guard.cocci]
Diffstat (limited to 'include/qapi')
-rw-r--r--include/qapi/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qapi/error.h b/include/qapi/error.h
index 85df875a3a..7932594dce 100644
--- a/include/qapi/error.h
+++ b/include/qapi/error.h
@@ -265,6 +265,8 @@
* }
* ...
* }
+ *
+ * For mass-conversion, use scripts/coccinelle/errp-guard.cocci.
*/
#ifndef ERROR_H