[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v3 0/2] spapr: QMP: add query-hotpluggable-cpus
From: |
Igor Mammedov |
Subject: |
[Qemu-devel] [PATCH v3 0/2] spapr: QMP: add query-hotpluggable-cpus |
Date: |
Tue, 15 Mar 2016 14:24:06 +0100 |
Changes since v2:
- rebase on top of hte lates spapr cpu hotpug series
- add 'vcpus-count' field, address@hidden
- s/CpuInstanceProps/CpuInstanceProperties/
- use '#optional' marker
- make "props" as always present even if it's empty
- fix JSON examples
- fix minor typos
- drop pre_plug spapr impl out of series as not related to QMP command
- drop generic pre hotplug callback as not related to QMP command
Changes since RFC:
- drop arch_id
- move CPU properties into separate structure
- target implements its own qmp callback version
- rebased on top of [RFC PATCH v1 00/10] Core based CPU hotplug for PowerPC
sPAPR
https://www.mail-archive.com/address@hidden/msg357567.html
- convert slot name to core id hack
- drop links
- add generic pre hotplug callback
- implement query-hotpluggable-cpus
The first patch (QMP API) in this series could go in first
allowing individual targets to post their hotplug
implementation independently on top of it.
Igor Mammedov (2):
QMP: add query-hotpluggable-cpus
spapr: implement query-hotpluggable-cpus QMP command
hw/ppc/spapr.c | 32 +++++++++++++++++++++++++++
qapi-schema.json | 41 +++++++++++++++++++++++++++++++++++
qmp-commands.hx | 43 +++++++++++++++++++++++++++++++++++++
stubs/Makefile.objs | 1 +
stubs/qmp_query_hotpluggable_cpus.c | 9 ++++++++
5 files changed, 126 insertions(+)
create mode 100644 stubs/qmp_query_hotpluggable_cpus.c
--
1.8.3.1
- [Qemu-devel] [PATCH v3 0/2] spapr: QMP: add query-hotpluggable-cpus,
Igor Mammedov <=
[Qemu-devel] [RFC v3 2/2] spapr: implement query-hotpluggable-cpus QMP command, Igor Mammedov, 2016/03/15
Re: [Qemu-devel] [PATCH v3 0/2] spapr: QMP: add query-hotpluggable-cpus, Christian Borntraeger, 2016/03/16