
Peter Krempa <pkrempa@redhat.com> writes:
On Wed, Feb 06, 2019 at 12:42:05 -0600, Eric Blake wrote:
Adding libvirt in cc
On 2/6/19 12:17 PM, Markus Armbruster wrote:
query-events doesn't reflect compile-time configuration. Instead of fixing that, deprecate the command in favor of query-qmp-schema.
Signed-off-by: Markus Armbruster <armbru@redhat.com> --- monitor.c | 5 +++++ qapi/misc.json | 7 +++++-- qemu-deprecated.texi | 5 +++++ 3 files changed, 15 insertions(+), 2 deletions(-)
Libvirt uses query-events; we'll need to patch libvirt to start relying on query-qmp-schema before this deprecation cycle can complete (although I'm in favor of making the change).
Patches to use 'query-qmp-schema' output rather than 'query-events' in libvirt:
https://www.redhat.com/archives/libvir-list/2019-February/msg00298.html
You can start the deprecation clock.
Awesome!