]> git.proxmox.com Git - mirror_qemu.git/commit - hmp.c
qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore
authorPeter Krempa <pkrempa@redhat.com>
Thu, 23 Jun 2016 21:23:34 +0000 (23:23 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 27 Jun 2016 03:15:06 +0000 (13:15 +1000)
commit27393c33d806a4a5c3bc85342e4c1985a666681b
treecead2d1ada1bcd62ce40d0333c95f54cd02a46ac
parent62c9467dfffa62d999b9b9d6ff74e03454faea5f
qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCore

struct CPUCore uses 'id' suffix in the property name. As docs for
query-hotpluggable-cpus state that the cpu core properties should be
passed back to device_add by management in case new members are added
and thus the names for the fields should be kept in sync.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
[dwg: Removed a duplicated word in comment]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hmp.c
hw/ppc/spapr.c
include/hw/cpu/core.h
qapi-schema.json