]> git.proxmox.com Git - mirror_qemu.git/commit - qapi-schema.json
QMP: include CpuInstanceProperties into query_cpus output output
authorIgor Mammedov <imammedo@redhat.com>
Wed, 10 May 2017 11:29:55 +0000 (13:29 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 11 May 2017 19:08:49 +0000 (16:08 -0300)
commitafed5a5a7030a074a181d2a0ce8202de71a6ada4
treecc53a8b25e090bbc1e74f87d1da2bb5de8e0537a
parent4ccf5826f96e766e32385e9f6ee0350403054ce1
QMP: include CpuInstanceProperties into query_cpus output output

if board supports CpuInstanceProperties, report them for
each CPU thread listed. Main motivation for this is to
provide these properties introspection via QMP interface
for using in test cases to verify numa node to cpu mapping,
which includes not only boards that support cpu hotplug
and have this info in query-hotpluggable-cpus (pc/spapr)
but also for boards that don't not support hotpluggable-cpus
but support numa mapping (virt-arm).

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1494415802-227633-12-git-send-email-imammedo@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
cpus.c
qapi-schema.json