Re: [Qemu-devel] [PATCH 1/5] qmp: add query-memory-devices command

2014-06-16 Thread Eric Blake
On 06/05/2014 08:36 AM, Igor Mammedov wrote: > ... allowing to get state of present memory devices. > Currently implemented only for PCDIMMDevice. > > Signed-off-by: Igor Mammedov > --- > v2: > * fix typos an json syntax in QMP example > * make 'id' optional to allow command work with >anon

[Qemu-devel] [PATCH 1/5] qmp: add query-memory-devices command

2014-06-05 Thread Igor Mammedov
... allowing to get state of present memory devices. Currently implemented only for PCDIMMDevice. Signed-off-by: Igor Mammedov --- v2: * fix typos an json syntax in QMP example * make 'id' optional to allow command work with anonymous memory devices --- hw/mem/pc-dimm.c| 3