]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: add query-display-options command
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 22 Nov 2018 07:16:13 +0000 (08:16 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 27 Nov 2018 06:47:57 +0000 (07:47 +0100)
commite1ca8f7e1915496148f6e0ce1f7c2309af013312
treee92999f897b32eb08de401f004818b18843836e7
parent933d2d4bf2b9d7673872e6e46bb0fa15e44191fb
qapi: add query-display-options command

Add query-display-options command, which allows querying the qemu
display configuration.  This isn't particularly useful, except it
exposes QAPI type DisplayOptions in query-qmp-schema, so that libvirt
can discover recently added -display parameter rendernode (commit
d4dc4ab133b).  Works around lack of sufficiently powerful command line
introspection.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Tested-by: Erik Skultety <eskultet@redhat.com>
Message-id: 20181122071613.2889-1-kraxel@redhat.com

[ kraxel: reworded commit message as suggested by armbru ]
qapi/ui.json
vl.c