Re: [Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-27 Thread Markus Armbruster
Gerd Hoffmann writes: > Hi, > >> If it's not too much trouble, please tweak the commit message to be a >> bit more explicit. Perhaps: >> >> Add query-display-options command, which allows querying the qemu >> display configuration. This isn't particularly useful, except it >> exp

Re: [Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-26 Thread Gerd Hoffmann
Hi, > If it's not too much trouble, please tweak the commit message to be a > bit more explicit. Perhaps: > > Add query-display-options command, which allows querying the qemu > display configuration. This isn't particularly useful, except it > exposes QAPI type DisplayOptions in

Re: [Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-26 Thread Markus Armbruster
Gerd Hoffmann writes: > On Mon, Nov 26, 2018 at 03:01:42PM +0100, Markus Armbruster wrote: >> Gerd Hoffmann writes: >> >> > Add query-display-options command, which allows querying the qemu >> > display configuration, and -- as an intentional side effect -- makes >> > DisplayOptions discoverabl

Re: [Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-26 Thread Gerd Hoffmann
On Mon, Nov 26, 2018 at 03:01:42PM +0100, Markus Armbruster wrote: > Gerd Hoffmann writes: > > > Add query-display-options command, which allows querying the qemu > > display configuration, and -- as an intentional side effect -- makes > > DisplayOptions discoverable via query-qmp-schema so libvi

Re: [Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-26 Thread Markus Armbruster
Gerd Hoffmann writes: > Add query-display-options command, which allows querying the qemu > display configuration, and -- as an intentional side effect -- makes > DisplayOptions discoverable via query-qmp-schema so libvirt can go > figure which display options are supported. > > Use case: commit

Re: [Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-22 Thread Gerd Hoffmann
On Thu, Nov 22, 2018 at 03:58:02PM +0100, Erik Skultety wrote: > On Thu, Nov 22, 2018 at 08:16:13AM +0100, Gerd Hoffmann wrote: > > Add query-display-options command, which allows querying the qemu > > display configuration, and -- as an intentional side effect -- makes > > DisplayOptions discovera

Re: [Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-22 Thread Erik Skultety
On Thu, Nov 22, 2018 at 08:16:13AM +0100, Gerd Hoffmann wrote: > Add query-display-options command, which allows querying the qemu > display configuration, and -- as an intentional side effect -- makes > DisplayOptions discoverable via query-qmp-schema so libvirt can go > figure which display optio

[Qemu-devel] [PATCH v3] qapi: add query-display-options command

2018-11-21 Thread Gerd Hoffmann
Add query-display-options command, which allows querying the qemu display configuration, and -- as an intentional side effect -- makes DisplayOptions discoverable via query-qmp-schema so libvirt can go figure which display options are supported. Use case: commit d4dc4ab1 added rendernode parameter