error: Drop bogus "use error_setg() instead" admonitionspull-error-2018-10-22-v2
commit70f81ac4800c5cf33415c966d63bf89af5cefbb9
authorMarkus Armbruster <armbru@redhat.com>
Fri, 19 Oct 2018 12:39:23 +0000 (19 14:39 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 23 Oct 2018 12:48:32 +0000 (23 14:48 +0200)
tree56bd967f2811f838327c97b9d53d29576c618753
parent90f77c101d34249133819c8f340dd49857697607
error: Drop bogus "use error_setg() instead" admonitions

Commit 97f40301f1d "error: Functions to report warnings and
informational messages" copied the "use error_setg() instead"
admonition from the error reporting functions to new functions even
though it doesn't actually apply there.  Drop it.  Also drop it from
vreport(), where it doesn't apply anymore.

Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20181019123923.26649-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
util/qemu-error.c