]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: inline ambiguous helper functions
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 5 Dec 2018 20:37:31 +0000 (00:37 +0400)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 12 Dec 2018 08:55:57 +0000 (09:55 +0100)
commit88e40e43476ca483367576cd8dbffbfa71a0bfc1
treeb6e8840fcc8471ff9025d34c51f7f53155795c22
parentbb9bf94b3e8926553290bc9a7cb84315af422086
monitor: inline ambiguous helper functions

The function were not named with "mon_iothread", or following the AIO
vs GMainContext distinction. Inline them instead.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20181205203737.9011-2-marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
monitor.c