Hi, >> +-> { "execute" : "chardev-add", + "arguments" : { "id" : >> "foo", + FIXME } } +<- { "return": {} } > > Let's get that FIXME dealt with: > > -> { "execute" : "chardev-add", "arguments" : { "id" : "foo", > "backend" : { "type" : "null" } } } <- { "return": {} } > > if I'm reading the spec correctly. Or does it have to be more > verbose? > > -> { "execute" : "chardev-add", "arguments" : { "id" : "foo", > "backend" : { "type" : "null", "data" : {} } } } <- { "return": {} > }
I've tested with the long form, dunno whenever the qemu marshaller also accepts the short one. cheers, Gerd