qmp: Deprecate query-events in favor of query-qmp-schema
commit9d7b70864af66a6ce04abafd4a06915cbfab16e2
authorMarkus Armbruster <armbru@redhat.com>
Thu, 14 Feb 2019 15:22:50 +0000 (14 16:22 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 18 Feb 2019 13:44:05 +0000 (18 14:44 +0100)
tree5f4b9611e74058d3f6c28dccda8043040dbf3948
parent093e3679517f910cc99f35b2259469472c6df9b8
qmp: Deprecate query-events in favor of query-qmp-schema

query-events doesn't reflect compile-time configuration.  Instead of
fixing that, deprecate the command in favor of query-qmp-schema.

Libvirt prefers query-qmp-schema as of commit 22d7222ec0 "qemu: caps:
Don't call 'query-events' when we probe events from QMP schema".
It'll be in the next release.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190214152251.2073-18-armbru@redhat.com>
monitor.c
qapi/misc.json
qemu-deprecated.texi