On Fri, Aug 24, 2018 at 08:30:23AM +0200, Markus Armbruster wrote: > Markus Armbruster <arm...@redhat.com> writes: > > > Gerd Hoffmann <kra...@redhat.com> writes: > > > >> Add parse_display_qapi() function which parses the -display command line > >> using a qapi visitor for DisplayOptions. Wire up as default catch in > >> parse_display(). > >> > >> Improves the error message for unknown display types. > >> > >> Also enables json as -display argument, i.e. -display "{ 'type': 'gtk' }" > > > > This new option argument syntax is undocumented. Intentional? > > Please advise.
Hmm, checking -blockdev doc in qemu-options.hx, nothing about json. Is this documented elsewhere? cheers, Gerd