From: David Gibson <david@gibson.dropbear.id.au>
To: Bharata B Rao <bharata@linux.vnet.ibm.com>
Cc: mjrosato@linux.vnet.ibm.com, thuth@redhat.com,
pkrempa@redhat.com, ehabkost@redhat.com, qemu-devel@nongnu.org,
borntraeger@de.ibm.com, qemu-ppc@nongnu.org, pbonzini@redhat.com,
imammedo@redhat.com, eblake@redhat.com,
mdroth@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH v4 0/9] Core based CPU hotplug for PowerPC sPAPR
Date: Thu, 16 Jun 2016 16:41:17 +1000 [thread overview]
Message-ID: <20160616064117.GD1642@voom.fritz.box> (raw)
In-Reply-To: <20160616034952.GB7022@in.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 1893 bytes --]
On Thu, Jun 16, 2016 at 09:19:52AM +0530, Bharata B Rao wrote:
> On Wed, Jun 15, 2016 at 04:04:14PM +1000, David Gibson wrote:
> > On Fri, Jun 10, 2016 at 03:14:14PM +1000, David Gibson wrote:
> > > On Fri, Jun 10, 2016 at 06:28:59AM +0530, Bharata B Rao wrote:
> > > > Hi,
> > > >
> > > > This is the next version of the CPU hotplug patchset for PowerPC
> > > > sPAPR target. The hotplug semantics looks like this:
> > > >
> > > > (qemu) device_add POWER8E-spapr-cpu-core,id=core2,core-id=16[,threads=4]
> > > > (qemu) device_add host-spapr-cpu-core,id=core2,core-id=16[,threads=4]
> > > > (qemu) device_add
> > > > POWER8E_v2.1-spapr-cpu-core,id=core2,core-id=16[,threads=4]
> > >
> > > I've merged these to my ppc-cpu-hotplug branch, and I'm doing some
> > > testing. It it checks out, I hope to send a pull request.
> >
> > I've now merged this into my main ppc-for-2.7 branch. I'll be doing
> > some testing, obviously, but I'd certain appreciate any other tests of
> > this branch with the hotplug code.
>
> David, I don't see the unplug patch in your tree, intentional ?
Oops, no. I've added it now.
> Also I am working on supporting the CPU compat settings with the following
> semantics:
>
> -cpu host,power7 -device host-spapr-cpu-core,compat-cpu=power7
>
> Whatever CPU compat level that is specifed with -cpu host is considered
> as base and the compat-cpu property specified with -device will be
> validated against the base compat level. And this property 'compat-cpu'
> will be supported only for host-spapr-cpu-core type.
>
> Is this semantics fine ?
Uh.. I think so. The semantics of cpu compat modes have always
confused me.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-06-16 11:12 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-10 0:58 [Qemu-devel] [PATCH v4 0/9] Core based CPU hotplug for PowerPC sPAPR Bharata B Rao
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 1/9] qom: API to get instance_size of a type Bharata B Rao
2016-06-10 4:04 ` David Gibson
2016-06-10 7:38 ` Igor Mammedov
2016-06-15 5:48 ` David Gibson
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 2/9] spapr: Abstract CPU core device and type specific core devices Bharata B Rao
2016-06-10 4:24 ` David Gibson
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 3/9] spapr: Move spapr_cpu_init() to spapr_cpu_core.c Bharata B Rao
2016-06-10 4:27 ` David Gibson
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 4/9] spapr: convert boot CPUs into CPU core devices Bharata B Rao
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 5/9] spapr: CPU hotplug support Bharata B Rao
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 6/9] spapr: CPU hot unplug support Bharata B Rao
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 7/9] QMP: Add query-hotpluggable-cpus Bharata B Rao
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 8/9] hmp: Add 'info hotpluggable-cpus' HMP command Bharata B Rao
2016-06-10 8:34 ` David Gibson
2016-06-10 0:59 ` [Qemu-devel] [PATCH v4 9/9] spapr: implement query-hotpluggable-cpus callback Bharata B Rao
2016-06-10 5:14 ` [Qemu-devel] [PATCH v4 0/9] Core based CPU hotplug for PowerPC sPAPR David Gibson
2016-06-15 6:04 ` [Qemu-devel] [Qemu-ppc] " David Gibson
2016-06-16 3:49 ` Bharata B Rao
2016-06-16 6:41 ` David Gibson [this message]
2016-06-16 11:49 ` Thomas Huth
2016-06-16 16:57 ` Igor Mammedov
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=20160616064117.GD1642@voom.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=bharata@linux.vnet.ibm.com \
--cc=borntraeger@de.ibm.com \
--cc=eblake@redhat.com \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=mjrosato@linux.vnet.ibm.com \
--cc=pbonzini@redhat.com \
--cc=pkrempa@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.