]> git.proxmox.com Git - mirror_qemu.git/commit - qmp.c
qmp: add query-memory-devices command
authorIgor Mammedov <imammedo@redhat.com>
Mon, 16 Jun 2014 17:12:25 +0000 (19:12 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 19 Jun 2014 15:44:22 +0000 (18:44 +0300)
commit6f2e27301d8cfea0a40dda7ec8a6dc1b9d0e228e
treebb96ab0df0678c752415cd13bc8d0218157b8ce0
parentc3ba3095070728f9c247f9e89652b9ea3f94319f
qmp: add query-memory-devices command

... allowing to get state of present memory devices.
Currently implemented only for PCDIMMDevice.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/mem/pc-dimm.c
include/hw/mem/pc-dimm.h
qapi-schema.json
qmp-commands.hx
qmp.c
stubs/Makefile.objs
stubs/qmp_pc_dimm_device_list.c [new file with mode: 0644]