qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 06/52] audio: -audiodev command line option b


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v2 06/52] audio: -audiodev command line option basic implementation
Date: Tue, 8 Jan 2019 07:06:41 +0100
User-agent: NeoMutt/20180716

  Hi,

> > I suspect your series uses the options visitor only because back when
> > you started, qobject_input_visitor_new_str() didn't exist.
> 
> Yes, this patch series is a bit old, and at that time this was the best
> I could do. I can look into it this (probably only on the weekend
> though), it looks like it supports foo.bar=something syntax, so I don't
> have to specify a json on the command line...

It supports both, i.e. this ...

    qemu -display gtk,full-screen=on

... and this ...

    qemu -display '{ "type": "gtk", "full-screen": true }'

... has the same effect.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]