Re: [Qemu-devel] [PATCH 3/6] QMP: Reserve namespace for complex object classes

2011-09-02 Thread Anthony Liguori
On 09/02/2011 12:23 PM, Luiz Capitulino wrote: On Fri, 26 Aug 2011 16:48:13 +0200 Jan Kiszka wrote: This reserves JSON objects that contain the key '__class__' for QMP-specific complex objects. First user will be the buffer class. BTW, we need to teach QAPI how handle these types. QAPI alre

Re: [Qemu-devel] [PATCH 3/6] QMP: Reserve namespace for complex object classes

2011-09-02 Thread Jan Kiszka
On 2011-09-02 19:23, Luiz Capitulino wrote: > On Fri, 26 Aug 2011 16:48:13 +0200 > Jan Kiszka wrote: > >> This reserves JSON objects that contain the key '__class__' for QMP-specific >> complex objects. First user will be the buffer class. >> >> CC: Luiz Capitulino >> Signed-off-by: Jan Kiszka

Re: [Qemu-devel] [PATCH 3/6] QMP: Reserve namespace for complex object classes

2011-09-02 Thread Luiz Capitulino
On Fri, 26 Aug 2011 16:48:13 +0200 Jan Kiszka wrote: > This reserves JSON objects that contain the key '__class__' for QMP-specific > complex objects. First user will be the buffer class. > > CC: Luiz Capitulino > Signed-off-by: Jan Kiszka > --- > QMP/qmp-spec.txt | 16 +--- > 1

[Qemu-devel] [PATCH 3/6] QMP: Reserve namespace for complex object classes

2011-08-26 Thread Jan Kiszka
This reserves JSON objects that contain the key '__class__' for QMP-specific complex objects. First user will be the buffer class. CC: Luiz Capitulino Signed-off-by: Jan Kiszka --- QMP/qmp-spec.txt | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/QMP/qmp-