qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: Matthew Rosato <mjrosato@linux.vnet.ibm.com>
Cc: dahi@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de,
	borntraeger@de.ibm.com, imammedo@redhat.com,
	bharata@linux.vnet.ibm.com, pbonzini@redhat.com,
	afaerber@suse.de, rth@twiddle.net
Subject: Re: [Qemu-devel] [PATCH v9 0/7] Allow hotplug of s390 CPUs
Date: Mon, 7 Mar 2016 14:14:46 +0100	[thread overview]
Message-ID: <20160307141446.384226bd.cornelia.huck@de.ibm.com> (raw)
In-Reply-To: <1457112875-5209-1-git-send-email-mjrosato@linux.vnet.ibm.com>

On Fri,  4 Mar 2016 12:34:28 -0500
Matthew Rosato <mjrosato@linux.vnet.ibm.com> wrote:

> As discussed in the KVM call, we will go ahead with cpu_add for 
> s390x to get cpu hotplug functionality in s390x now, until
> architectures that require a more robust hotplug interface
> settle on a design.
> 
> To configure a guest with 2 CPUs online at 
> boot and 4 maximum:
> 
> qemu -smp 2,maxcpus=4
> 
> Or, when using libvirt:
>   <domain>
>     ...
>     <vcpu current="2">4</vcpu>
>     ...
>   </domain> 
> 
> 
> To subsequently hotplug a CPU:
> 
> Issue 'cpu-add <id>' from qemu monitor, or use virsh setvcpus --count <n> 
> <domain>, where <n> is the total number of desired guest CPUs.
> 
> At this point, the guest must bring the CPU online for use -- This can be 
> achieved via "echo 1 > /sys/devices/system/cpu/cpuX/online" or via a management 
> tool like cpuplugd.
> 
> This patch set is based on work previously done by Jason Herne.
> 
> Matthew Rosato (7):
>   s390x/cpu: Cleanup init in preparation for hotplug
>   s390x/cpu: Set initial CPU state in common routine
>   s390x/cpu: Get rid of side effects when creating a vcpu
>   s390x/cpu: Tolerate max_cpus
>   s390x/cpu: Add CPU property links
>   s390x/cpu: Add error handling to cpu creation
>   s390x/cpu: Allow hotplug of CPUs
> 
>  hw/s390x/s390-virtio-ccw.c | 46 +++++++++++++++++++++-
>  hw/s390x/s390-virtio.c     | 36 +++++++++--------
>  hw/s390x/s390-virtio.h     |  2 +-
>  target-s390x/cpu-qom.h     |  3 ++
>  target-s390x/cpu.c         | 96 +++++++++++++++++++++++++++++++++++++++++++---
>  target-s390x/cpu.h         |  2 +
>  target-s390x/helper.c      | 41 +++++++++++++++++++-
>  7 files changed, 200 insertions(+), 26 deletions(-)

Thanks, applied to my s390-next branch.

      parent reply	other threads:[~2016-03-07 13:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-04 17:34 [Qemu-devel] [PATCH v9 0/7] Allow hotplug of s390 CPUs Matthew Rosato
2016-03-04 17:34 ` [Qemu-devel] [PATCH v9 1/7] s390x/cpu: Cleanup init in preparation for hotplug Matthew Rosato
2016-03-04 17:34 ` [Qemu-devel] [PATCH v9 2/7] s390x/cpu: Set initial CPU state in common routine Matthew Rosato
2016-03-04 17:34 ` [Qemu-devel] [PATCH v9 3/7] s390x/cpu: Get rid of side effects when creating a vcpu Matthew Rosato
2016-03-04 17:34 ` [Qemu-devel] [PATCH v9 4/7] s390x/cpu: Tolerate max_cpus Matthew Rosato
2016-03-07  7:30   ` David Hildenbrand
2016-03-04 17:34 ` [Qemu-devel] [PATCH v9 5/7] s390x/cpu: Add CPU property links Matthew Rosato
2016-03-04 17:34 ` [Qemu-devel] [PATCH v9 6/7] s390x/cpu: Add error handling to cpu creation Matthew Rosato
2016-03-07 12:40   ` David Hildenbrand
2016-03-04 17:34 ` [Qemu-devel] [PATCH v9 7/7] s390x/cpu: Allow hotplug of CPUs Matthew Rosato
2016-03-07  8:14 ` [Qemu-devel] [PATCH v9 0/7] Allow hotplug of s390 CPUs Christian Borntraeger
2016-03-07 13:14 ` Cornelia Huck [this message]

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=20160307141446.384226bd.cornelia.huck@de.ibm.com \
    --to=cornelia.huck@de.ibm.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=bharata@linux.vnet.ibm.com \
    --cc=borntraeger@de.ibm.com \
    --cc=dahi@linux.vnet.ibm.com \
    --cc=imammedo@redhat.com \
    --cc=mjrosato@linux.vnet.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).