From: Peter Krempa <pkrempa@redhat.com>
To: qemu-devel@nongnu.org
Cc: Igor Mammedov <imammedo@redhat.com>,
David Gibson <dgibson@redhat.com>,
Peter Krempa <pkrempa@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] qapi: Fix up cpu hotplug property names and add witness for cpu hotplug support
Date: Thu, 23 Jun 2016 22:23:22 +0200 [thread overview]
Message-ID: <cover.1466713052.git.pkrempa@redhat.com> (raw)
I started figuring out how to add support for this to libvirt and discovered a
few problems that made it not-easy to use for management.
Patch 1 adds a witness to allow us to properly detect the support for the
feature.
Patches 2 and 3 are two options to fix discrepancy between names that need to
be used with -device and those reported by query-hotpluggable-cpus.
Peter Krempa (3):
qapi: Report support for -device cpu hotplug in query-machines
VARIANT 1: qapi: Change 'core' to 'core-id' in 'CpuInstanceProperties'
VARIANT 2: qapi: Change 'core-id' to 'core' in 'struct CPUCore'
hmp.c | 4 ++--
hw/cpu/core.c | 6 +++---
hw/ppc/spapr.c | 4 ++--
hw/ppc/spapr_cpu_core.c | 16 ++++++++--------
include/hw/cpu/core.h | 7 +++++--
qapi-schema.json | 9 ++++++---
vl.c | 1 +
7 files changed, 27 insertions(+), 20 deletions(-)
--
2.8.3
next reply other threads:[~2016-06-23 20:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-23 20:23 Peter Krempa [this message]
2016-06-23 20:23 ` [Qemu-devel] [PATCH 1/3] qapi: Report support for -device cpu hotplug in query-machines Peter Krempa
2016-06-23 21:05 ` Eric Blake
2016-06-24 2:56 ` David Gibson
2016-06-24 3:49 ` Eric Blake
2016-06-24 4:56 ` David Gibson
2016-06-24 5:28 ` Igor Mammedov
2016-06-24 5:41 ` Peter Krempa
2016-06-24 6:56 ` David Gibson
2016-06-24 7:21 ` Peter Krempa
2016-06-27 2:40 ` David Gibson
2016-06-23 20:23 ` [Qemu-devel] [PATCH 2/3] [VARIANT 1] qapi: Change 'core' to 'core-id' in 'CpuInstanceProperties' Peter Krempa
2016-06-23 20:54 ` Igor Mammedov
2016-06-24 2:53 ` David Gibson
2016-06-23 20:23 ` [Qemu-devel] [PATCH 3/3] [VARIANT 2] qapi: Change 'core-id' to 'core' in 'struct CPUCore' Peter Krempa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1466713052.git.pkrempa@redhat.com \
--to=pkrempa@redhat.com \
--cc=dgibson@redhat.com \
--cc=imammedo@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).