qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gu Zheng <guz.fnst@cn.fujitsu.com>
To: imammedo@redhat.com, qemu-devel@nongnu.org
Cc: zhugh.fnst@cn.fujitsu.com, tangchen@cn.fujitsu.com,
	chen.fan.fnst@cn.fujitsu.com, isimatu.yasuaki@jp.fujitsu.com,
	Gu Zheng <guz.fnst@cn.fujitsu.com>,
	anshul.makkar@profitbricks.com, afaerber@suse.de
Subject: Re: [Qemu-devel] [PATCH 0/6] cpu: add device_add foo-x86_64-cpu support
Date: Tue, 18 Nov 2014 13:19:17 +0800	[thread overview]
Message-ID: <546AD6D5.8070408@cn.fujitsu.com> (raw)
In-Reply-To: <1415841032-4565-1-git-send-email-guz.fnst@cn.fujitsu.com>

ping...

On 11/13/2014 09:10 AM, Gu Zheng wrote:

> This series is based on the previous patchset from Chen Fan:
> https://lists.nongnu.org/archive/html/qemu-devel/2014-05/msg02360.html
> 
> We try to make cpu hotplug with device_add, and make
> "-device foo-x86_64-cpu" available,also we can set apic-id
> property with command line, if without setting apic-id property,
> we offer the first unoccupied apic id as the default new apic id.
> When hotplug cpu with device_add, additional check of APIC ID will be
> done after cpu object initialization which was different from
> 'cpu_add' command that check 'ids' at the beginning.
> 
> ---
> Changelog since RFC:
>  -split out APIC vmstate/QMP-monitor changes into separate patches.
>  -add the handle of the startup cpus(-device foo).
>  -remove duplicated checking about env->cpuid_apic_id.
>  -do actual APIC ID allocation at realize time if it is not set before.
>  -remove the unneeded x86_cpu_cpudef_instance_init().
>  -split off device_del support out here.
> ---
> 
> Chen Fan (2):
>   cpu: introduce CpuTopoInfo structure for argument simplification
>   cpu: add device_add foo-x86_64-cpu support
> 
> Gu Zheng (4):
>   qom/cpu: move register_vmstate to common CPUClass.realizefn
>   qom/cpu: move apic vmstate register into x86_cpu_apic_realize
>   monitor: use cc->get_arch_id as the cpu index
>   acpi:cpu hotplug: set pcmachine as icc bus' hotplug handler
> 
>  cpus.c                          |    4 ++-
>  exec.c                          |   32 +++++++++++++---------
>  hw/acpi/cpu_hotplug.c           |    5 +++-
>  hw/cpu/icc_bus.c                |   15 -----------
>  hw/i386/pc.c                    |    6 ----
>  hw/i386/pc_piix.c               |    6 +++-
>  hw/i386/pc_q35.c                |    5 +++
>  hw/intc/apic_common.c           |    3 +-
>  include/hw/cpu/icc_bus.h        |   14 ++++++++++
>  include/hw/i386/apic_internal.h |    3 ++
>  include/qom/cpu.h               |    2 +
>  monitor.c                       |    4 ++-
>  qom/cpu.c                       |    2 +
>  target-i386/cpu.c               |   54 +++++++++++++++++++++++++++++++++++---
>  target-i386/topology.h          |   51 +++++++++++++++++++++++++-----------
>  15 files changed, 145 insertions(+), 61 deletions(-)
> 

      parent reply	other threads:[~2014-11-18  5:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13  1:10 [Qemu-devel] [PATCH 0/6] cpu: add device_add foo-x86_64-cpu support Gu Zheng
2014-11-13  1:10 ` [Qemu-devel] [PATCH 1/6] cpu: introduce CpuTopoInfo structure for argument simplification Gu Zheng
2014-11-13  1:10 ` [Qemu-devel] [PATCH 2/6] qom/cpu: move register_vmstate to common CPUClass.realizefn Gu Zheng
2014-11-13  1:10 ` [Qemu-devel] [PATCH 3/6] qom/cpu: move apic vmstate register into x86_cpu_apic_realize Gu Zheng
2014-11-13  1:10 ` [Qemu-devel] [PATCH 4/6] monitor: use cc->get_arch_id as the cpu index Gu Zheng
2014-11-13  1:10 ` [Qemu-devel] [PATCH 5/6] acpi:cpu hotplug: set pcmachine as icc bus' hotplug handler Gu Zheng
2014-11-13  1:10 ` [Qemu-devel] [PATCH 6/6] cpu: add device_add foo-x86_64-cpu support Gu Zheng
2014-11-18  5:19 ` Gu Zheng [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=546AD6D5.8070408@cn.fujitsu.com \
    --to=guz.fnst@cn.fujitsu.com \
    --cc=afaerber@suse.de \
    --cc=anshul.makkar@profitbricks.com \
    --cc=chen.fan.fnst@cn.fujitsu.com \
    --cc=imammedo@redhat.com \
    --cc=isimatu.yasuaki@jp.fujitsu.com \
    --cc=qemu-devel@nongnu.org \
    --cc=tangchen@cn.fujitsu.com \
    --cc=zhugh.fnst@cn.fujitsu.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 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).