From: "Andreas Färber" <afaerber@suse.de>
To: bharata@linux.vnet.ibm.com
Cc: Zhu Guihua <zhugh.fnst@cn.fujitsu.com>,
Eduardo Habkost <ehabkost@redhat.com>,
qemu-devel@nongnu.org, tangchen@cn.fujitsu.com,
chen.fan.fnst@cn.fujitsu.com, isimatu.yasuaki@jp.fujitsu.com,
anshul.makkar@profitbricks.com,
Gu Zheng <guz.fnst@cn.fujitsu.com>,
imammedo@redhat.com
Subject: Re: [Qemu-devel] [PATCH v4 00/10] cpu: add device_add foo-x86_64-cpu support
Date: Thu, 26 Feb 2015 10:08:04 +0100 [thread overview]
Message-ID: <54EEE274.5080008@suse.de> (raw)
In-Reply-To: <20150226044255.GA14967@in.ibm.com>
Am 26.02.2015 um 05:42 schrieb Bharata B Rao:
> On Tue, Feb 24, 2015 at 05:56:45PM +0100, Andreas Färber wrote:
>> Am 24.02.2015 um 02:25 schrieb Gu Zheng:
>>> The issues you commented in the previous version have been fixed in this one.
>>
>> What I have repeatedly rejected is "device_add foo-x86_64-cpu". This is
>> still in 00/10 and 09/10. Most of the actual changes however do look to
>> be going in the right direction of making 'realize' work as expected for
>> foo-x86_64-cpu.
>>
>> As for the socket-based device_add I mentioned, I had pushed a work
>> branch qom-cpu-x86 and had some off-list discussions for some of the
>> other architectures but did not submit it as an RFC yet. What I am still
>> working on is dynamic properties to allocate cores (threads TBD) for
>> "device_add x86_64-cpu-socket,cores=n".
>
> If you have started a VM with -smp sockets=1,cores=4,threads=2, will you
> allow addition of a socket with just 2 cores like
>
> device_add x86_64-cpu-socket,cores=2,id=sock2 ?
In my implementation it is not yet working; with your patch it might,
from a QEMU perspective. Whether that is sensible to do on x86
ACPI-/guest-wise is a different question. I didn't want to rule it out,
as it seems possible in hardware when Intel/AMD socket types are
compatible, and today cpu-add adds them one by one so it's possible.
On PowerPC the modeling could be done slightly differently, but as for
x86 we'll have to keep in mind that there's not just sPAPR but also
baremetal.
> If so, will there be semantics to populate the remaining cores of that
> socket ? If so, would that look like below ?
>
> device-add x86_64-cpu-core,sock=sock2
No, that is not possible with my modeling. Hotplug possibilities
correspond to link<> properties, whereas my socket proposal uses child<>
properties. This in turn has implications on CPU initialization
functions, needing to not set realized=true. For non-x86 that will
involve taking realized=true out of cpu_init() and moving it into call
sites.
Regards,
Andreas
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)
next prev parent reply other threads:[~2015-02-26 9:08 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-13 10:25 [Qemu-devel] [PATCH v4 00/10] cpu: add device_add foo-x86_64-cpu support Zhu Guihua
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 01/10] cpu/apic: drop icc bus/bridge/ Zhu Guihua
2015-03-05 18:17 ` Eduardo Habkost
2015-03-06 3:10 ` Chen Fan
2015-03-06 9:35 ` Igor Mammedov
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 02/10] icc_bus: remove icc related files Zhu Guihua
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 03/10] cpu: introduce CpuTopoInfo structure for argument simplification Zhu Guihua
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 04/10] cpu: introduce get_compat_arch_id() method and override it for X86CPU Zhu Guihua
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 05/10] qom/cpu: move register_vmstate to common CPUClass.realizefn Zhu Guihua
2015-03-05 18:32 ` Eduardo Habkost
2015-03-06 8:53 ` Igor Mammedov
2015-03-06 9:31 ` Chen Fan
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 06/10] qom/cpu: move apic vmstate register into x86_cpu_apic_realize Zhu Guihua
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 07/10] monitor: use cc->get_arch_id as the cpu index Zhu Guihua
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 08/10] acpi: introduce acpi_send_gpe_event() Zhu Guihua
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 09/10] cpu: add device_add foo-x86_64-cpu support Zhu Guihua
2015-03-05 18:43 ` Eduardo Habkost
2015-02-13 10:25 ` [Qemu-devel] [PATCH v4 10/10] i386/cpu: add instance finalize callback Zhu Guihua
2015-02-24 1:25 ` [Qemu-devel] [PATCH v4 00/10] cpu: add device_add foo-x86_64-cpu support Gu Zheng
2015-02-24 16:56 ` Andreas Färber
2015-02-25 9:58 ` Chen Fan
2015-02-26 9:35 ` Andreas Färber
2015-02-26 10:02 ` Chen Fan
2015-02-26 4:42 ` Bharata B Rao
2015-02-26 9:08 ` Andreas Färber [this message]
2015-03-13 6:17 ` Zhu Guihua
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=54EEE274.5080008@suse.de \
--to=afaerber@suse.de \
--cc=anshul.makkar@profitbricks.com \
--cc=bharata@linux.vnet.ibm.com \
--cc=chen.fan.fnst@cn.fujitsu.com \
--cc=ehabkost@redhat.com \
--cc=guz.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).