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