qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 04/11] chardev: add qmp hotplug commands, with n


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 04/11] chardev: add qmp hotplug commands, with null chardev support
Date: Thu, 10 Jan 2013 09:45:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121116 Thunderbird/10.0.11

  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




reply via email to

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