vl: Clean up error reporting in mon_init_func()
commit2d5a3a8b02aeed25a46b311abf9088f62ec61d66
authorMarkus Armbruster <armbru@redhat.com>
Wed, 17 Oct 2018 08:26:46 +0000 (17 10:26 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 19 Oct 2018 12:51:34 +0000 (19 14:51 +0200)
treece8a80d50e02105ccf8c3d7f4d201d44bcc28fe7
parent702832b8c0444fd3ea703ab494e9e955ce0433b1
vl: Clean up error reporting in mon_init_func()

Calling error_report() in a function that takes an Error ** argument
is suspicious.  mon_init_func() does that, and then fails without
setting an error.  Its caller main(), via qemu_opts_foreach(), is fine
with it, but clean it up anyway.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20181017082702.5581-23-armbru@redhat.com>
vl.c