From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agH8z-0007gi-Rd for qemu-devel@nongnu.org; Wed, 16 Mar 2016 15:30:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agH8w-00024N-GR for qemu-devel@nongnu.org; Wed, 16 Mar 2016 15:30:09 -0400 Received: from e06smtp08.uk.ibm.com ([195.75.94.104]:44594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agH8w-00021U-6K for qemu-devel@nongnu.org; Wed, 16 Mar 2016 15:30:06 -0400 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 16 Mar 2016 19:30:04 -0000 References: <1458048248-4605-1-git-send-email-imammedo@redhat.com> From: Christian Borntraeger Message-ID: <56E9B437.6040607@de.ibm.com> Date: Wed, 16 Mar 2016 20:29:59 +0100 MIME-Version: 1.0 In-Reply-To: <1458048248-4605-1-git-send-email-imammedo@redhat.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/2] spapr: QMP: add query-hotpluggable-cpus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , qemu-devel@nongnu.org Cc: mjrosato@linux.vnet.ibm.com, pkrempa@redhat.com, ehabkost@redhat.com, agraf@suse.de, armbru@redhat.com, qemu-ppc@nongnu.org, bharata@linux.vnet.ibm.com, cornelia.huck@de.ibm.com, dgibson@redhat.com, afaerber@suse.de On 03/15/2016 02:24 PM, Igor Mammedov wrote: > Changes since v2: > - rebase on top of hte lates spapr cpu hotpug series > - add 'vcpus-count' field, pkrempa@redhat.com > - 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/qemu-devel@nongnu.org/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 +++++++++++++++++++++++++++ i might have just missed that, do we also have the x86 implementation already available as RFC somewhere?