qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] CPU hot unplug support for x86_64
@ 2015-06-09 15:44 Eduardo Otubo
  2015-06-11  7:39 ` Fahri Cihan Demirci
  0 siblings, 1 reply; 7+ messages in thread
From: Eduardo Otubo @ 2015-06-09 15:44 UTC (permalink / raw)
  To: Qemu-devel

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

Hello all,

I'm a little confused by all the email traffic I've seen on this list
lately so I guess asking doesn't hurt: How's the current status
regarding CPU hot unplug for x86_64? If there's any task left hanging
for testing or debugging -- or even implementing something that is not
done yet -- for some reason please let me know how to help. We have a
lot of interest on this feature for our projects.

Regards,

-- 
Eduardo Otubo
ProfitBricks GmbH

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] CPU hot unplug support for x86_64
  2015-06-09 15:44 [Qemu-devel] CPU hot unplug support for x86_64 Eduardo Otubo
@ 2015-06-11  7:39 ` Fahri Cihan Demirci
  2015-06-15  9:10   ` Igor Mammedov
  0 siblings, 1 reply; 7+ messages in thread
From: Fahri Cihan Demirci @ 2015-06-11  7:39 UTC (permalink / raw)
  To: Qemu-devel, Eduardo Otubo

On Tue, Jun 09, 2015 at 05:44:15PM +0200, Eduardo Otubo wrote:
> Hello all,
> 
> I'm a little confused by all the email traffic I've seen on this list
> lately so I guess asking doesn't hurt: How's the current status
> regarding CPU hot unplug for x86_64? If there's any task left hanging
> for testing or debugging -- or even implementing something that is not
> done yet -- for some reason please let me know how to help. We have a
> lot of interest on this feature for our projects.
> 
> Regards,
> 
> -- 
> Eduardo Otubo
> ProfitBricks GmbH

Hello,

We are (yet another startup) are also interested in this feature and likewise are willing to contribute. As Eduardo mentioned, it is not quite easy to assess the progress or identify the people who require or desire any help. Therefore, any kind of feedback would be most welcome. Thank you.

Best regards,

Fahri Cihan Demirci

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] CPU hot unplug support for x86_64
  2015-06-11  7:39 ` Fahri Cihan Demirci
@ 2015-06-15  9:10   ` Igor Mammedov
  2015-06-15 12:34     ` Fahri Cihan Demirci
  0 siblings, 1 reply; 7+ messages in thread
From: Igor Mammedov @ 2015-06-15  9:10 UTC (permalink / raw)
  To: Fahri Cihan Demirci; +Cc: Qemu-devel, Eduardo Otubo

On Thu, 11 Jun 2015 10:39:05 +0300
Fahri Cihan Demirci <cihand@skyatlas.com> wrote:

> On Tue, Jun 09, 2015 at 05:44:15PM +0200, Eduardo Otubo wrote:
> > Hello all,
> > 
> > I'm a little confused by all the email traffic I've seen on this list
> > lately so I guess asking doesn't hurt: How's the current status
> > regarding CPU hot unplug for x86_64? If there's any task left hanging
> > for testing or debugging -- or even implementing something that is not
> > done yet -- for some reason please let me know how to help. We have a
> > lot of interest on this feature for our projects.
> > 
> > Regards,
> > 
> > -- 
> > Eduardo Otubo
> > ProfitBricks GmbH
> 
> Hello,
> 
> We are (yet another startup) are also interested in this feature and likewise are willing to contribute. As Eduardo mentioned, it is not quite easy to assess the progress or identify the people who require or desire any help. Therefore, any kind of feedback would be most welcome. Thank you.

Here is a cpu-remove related series that need reviewing/testing:
http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02055.html

somewhat related, but unplug could live without it:
http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02143.html

I general we don't want to add cpu_del monitor command to compliment cpu_add one,
and move to device_add, device_del commands instead.
So you could look at making device_add work for x86 CPU and on top of it
add device_del support.

> 
> Best regards,
> 
> Fahri Cihan Demirci
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] CPU hot unplug support for x86_64
  2015-06-15  9:10   ` Igor Mammedov
@ 2015-06-15 12:34     ` Fahri Cihan Demirci
  2015-06-15 16:14       ` Igor Mammedov
  0 siblings, 1 reply; 7+ messages in thread
From: Fahri Cihan Demirci @ 2015-06-15 12:34 UTC (permalink / raw)
  To: Igor Mammedov; +Cc: Qemu-devel, Eduardo Otubo

On Mon, Jun 15, 2015 at 11:10:31AM +0200, Igor Mammedov wrote:
> On Thu, 11 Jun 2015 10:39:05 +0300
> Fahri Cihan Demirci <cihand@skyatlas.com> wrote:
> 
> > On Tue, Jun 09, 2015 at 05:44:15PM +0200, Eduardo Otubo wrote:
> > > Hello all,
> > > 
> > > I'm a little confused by all the email traffic I've seen on this list
> > > lately so I guess asking doesn't hurt: How's the current status
> > > regarding CPU hot unplug for x86_64? If there's any task left hanging
> > > for testing or debugging -- or even implementing something that is not
> > > done yet -- for some reason please let me know how to help. We have a
> > > lot of interest on this feature for our projects.
> > > 
> > > Regards,
> > > 
> > > -- 
> > > Eduardo Otubo
> > > ProfitBricks GmbH
> > 
> > Hello,
> > 
> > We are (yet another startup) are also interested in this feature and likewise are willing to contribute. As Eduardo mentioned, it is not quite easy to assess the progress or identify the people who require or desire any help. Therefore, any kind of feedback would be most welcome. Thank you.
> 
> Here is a cpu-remove related series that need reviewing/testing:
> http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02055.html
> 
> somewhat related, but unplug could live without it:
> http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02143.html
> 
> I general we don't want to add cpu_del monitor command to compliment cpu_add one,
> and move to device_add, device_del commands instead.
> So you could look at making device_add work for x86 CPU and on top of it
> add device_del support.

Hello Igor,

That was my impression as well. However, since there is some groundwork for it and people are sending patches, would you (as a maintainer) be willing to merge a CPU only hot unplug feature if it reaches an acceptable state?

Thank you for your input.

> 
> > 
> > Best regards,
> > 
> > Fahri Cihan Demirci
> > 
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] CPU hot unplug support for x86_64
  2015-06-15 12:34     ` Fahri Cihan Demirci
@ 2015-06-15 16:14       ` Igor Mammedov
  2015-06-16  7:09         ` Fahri Cihan Demirci
  0 siblings, 1 reply; 7+ messages in thread
From: Igor Mammedov @ 2015-06-15 16:14 UTC (permalink / raw)
  To: Fahri Cihan Demirci; +Cc: Qemu-devel, Eduardo Otubo

On Mon, 15 Jun 2015 15:34:24 +0300
Fahri Cihan Demirci <cihand@skyatlas.com> wrote:

> On Mon, Jun 15, 2015 at 11:10:31AM +0200, Igor Mammedov wrote:
> > On Thu, 11 Jun 2015 10:39:05 +0300
> > Fahri Cihan Demirci <cihand@skyatlas.com> wrote:
> > 
> > > On Tue, Jun 09, 2015 at 05:44:15PM +0200, Eduardo Otubo wrote:
> > > > Hello all,
> > > > 
> > > > I'm a little confused by all the email traffic I've seen on this list
> > > > lately so I guess asking doesn't hurt: How's the current status
> > > > regarding CPU hot unplug for x86_64? If there's any task left hanging
> > > > for testing or debugging -- or even implementing something that is not
> > > > done yet -- for some reason please let me know how to help. We have a
> > > > lot of interest on this feature for our projects.
> > > > 
> > > > Regards,
> > > > 
> > > > -- 
> > > > Eduardo Otubo
> > > > ProfitBricks GmbH
> > > 
> > > Hello,
> > > 
> > > We are (yet another startup) are also interested in this feature and likewise are willing to contribute. As Eduardo mentioned, it is not quite easy to assess the progress or identify the people who require or desire any help. Therefore, any kind of feedback would be most welcome. Thank you.
> > 
> > Here is a cpu-remove related series that need reviewing/testing:
> > http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02055.html
> > 
> > somewhat related, but unplug could live without it:
> > http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02143.html
> > 
> > I general we don't want to add cpu_del monitor command to compliment cpu_add one,
> > and move to device_add, device_del commands instead.
> > So you could look at making device_add work for x86 CPU and on top of it
> > add device_del support.
> 
> Hello Igor,
> 
> That was my impression as well. However, since there is some groundwork for it and people are sending patches, would you (as a maintainer) be willing to merge a CPU only hot unplug feature if it reaches an acceptable state?
I'm not maintainer, but I'll help any way I can to make a progress towards merging.

> 
> Thank you for your input.
> 
> > 
> > > 
> > > Best regards,
> > > 
> > > Fahri Cihan Demirci
> > > 
> > 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] CPU hot unplug support for x86_64
  2015-06-15 16:14       ` Igor Mammedov
@ 2015-06-16  7:09         ` Fahri Cihan Demirci
  2015-06-16  8:21           ` Eduardo Otubo
  0 siblings, 1 reply; 7+ messages in thread
From: Fahri Cihan Demirci @ 2015-06-16  7:09 UTC (permalink / raw)
  To: Igor Mammedov; +Cc: Qemu-devel, Eduardo Otubo

On Mon, Jun 15, 2015 at 06:14:23PM +0200, Igor Mammedov wrote:
> On Mon, 15 Jun 2015 15:34:24 +0300
> Fahri Cihan Demirci <cihand@skyatlas.com> wrote:
> 
> > On Mon, Jun 15, 2015 at 11:10:31AM +0200, Igor Mammedov wrote:
> > > On Thu, 11 Jun 2015 10:39:05 +0300
> > > Fahri Cihan Demirci <cihand@skyatlas.com> wrote:
> > > 
> > > > On Tue, Jun 09, 2015 at 05:44:15PM +0200, Eduardo Otubo wrote:
> > > > > Hello all,
> > > > > 
> > > > > I'm a little confused by all the email traffic I've seen on this list
> > > > > lately so I guess asking doesn't hurt: How's the current status
> > > > > regarding CPU hot unplug for x86_64? If there's any task left hanging
> > > > > for testing or debugging -- or even implementing something that is not
> > > > > done yet -- for some reason please let me know how to help. We have a
> > > > > lot of interest on this feature for our projects.
> > > > > 
> > > > > Regards,
> > > > > 
> > > > > -- 
> > > > > Eduardo Otubo
> > > > > ProfitBricks GmbH
> > > > 
> > > > Hello,
> > > > 
> > > > We are (yet another startup) are also interested in this feature and likewise are willing to contribute. As Eduardo mentioned, it is not quite easy to assess the progress or identify the people who require or desire any help. Therefore, any kind of feedback would be most welcome. Thank you.
> > > 
> > > Here is a cpu-remove related series that need reviewing/testing:
> > > http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02055.html
> > > 
> > > somewhat related, but unplug could live without it:
> > > http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02143.html
> > > 
> > > I general we don't want to add cpu_del monitor command to compliment cpu_add one,
> > > and move to device_add, device_del commands instead.
> > > So you could look at making device_add work for x86 CPU and on top of it
> > > add device_del support.
> > 
> > Hello Igor,
> > 
> > That was my impression as well. However, since there is some groundwork for it and people are sending patches, would you (as a maintainer) be willing to merge a CPU only hot unplug feature if it reaches an acceptable state?
> I'm not maintainer, but I'll help any way I can to make a progress towards merging.

Even though you are not the CPU maintainer I assumed you'd have better grasp of QEMU policy since you seem to be the ICC BUS maintainer. In any case, your feedback is much appreciated. Thank you.

> 
> > 
> > Thank you for your input.
> > 
> > > 
> > > > 
> > > > Best regards,
> > > > 
> > > > Fahri Cihan Demirci
> > > > 
> > > 
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] CPU hot unplug support for x86_64
  2015-06-16  7:09         ` Fahri Cihan Demirci
@ 2015-06-16  8:21           ` Eduardo Otubo
  0 siblings, 0 replies; 7+ messages in thread
From: Eduardo Otubo @ 2015-06-16  8:21 UTC (permalink / raw)
  To: Fahri Cihan Demirci; +Cc: Igor Mammedov, Qemu-devel

[-- Attachment #1: Type: text/plain, Size: 2842 bytes --]

On Tue, Jun 16, 2015 at 10=09=30AM +0300, Fahri Cihan Demirci wrote:
> On Mon, Jun 15, 2015 at 06:14:23PM +0200, Igor Mammedov wrote:
> > On Mon, 15 Jun 2015 15:34:24 +0300
> > Fahri Cihan Demirci <cihand@skyatlas.com> wrote:
> > 
> > > On Mon, Jun 15, 2015 at 11:10:31AM +0200, Igor Mammedov wrote:
> > > > On Thu, 11 Jun 2015 10:39:05 +0300
> > > > Fahri Cihan Demirci <cihand@skyatlas.com> wrote:
> > > > 
> > > > > On Tue, Jun 09, 2015 at 05:44:15PM +0200, Eduardo Otubo wrote:
> > > > > > Hello all,
> > > > > > 
> > > > > > I'm a little confused by all the email traffic I've seen on this list
> > > > > > lately so I guess asking doesn't hurt: How's the current status
> > > > > > regarding CPU hot unplug for x86_64? If there's any task left hanging
> > > > > > for testing or debugging -- or even implementing something that is not
> > > > > > done yet -- for some reason please let me know how to help. We have a
> > > > > > lot of interest on this feature for our projects.
> > > > > > 
> > > > > > Regards,
> > > > > > 
> > > > > > -- 
> > > > > > Eduardo Otubo
> > > > > > ProfitBricks GmbH
> > > > > 
> > > > > Hello,
> > > > > 
> > > > > We are (yet another startup) are also interested in this feature and likewise are willing to contribute. As Eduardo mentioned, it is not quite easy to assess the progress or identify the people who require or desire any help. Therefore, any kind of feedback would be most welcome. Thank you.
> > > > 
> > > > Here is a cpu-remove related series that need reviewing/testing:
> > > > http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02055.html
> > > > 
> > > > somewhat related, but unplug could live without it:
> > > > http://lists.nongnu.org/archive/html/qemu-devel/2015-06/msg02143.html
> > > > 
> > > > I general we don't want to add cpu_del monitor command to compliment cpu_add one,
> > > > and move to device_add, device_del commands instead.
> > > > So you could look at making device_add work for x86 CPU and on top of it
> > > > add device_del support.
> > > 
> > > Hello Igor,
> > > 
> > > That was my impression as well. However, since there is some groundwork for it and people are sending patches, would you (as a maintainer) be willing to merge a CPU only hot unplug feature if it reaches an acceptable state?
> > I'm not maintainer, but I'll help any way I can to make a progress towards merging.
> 
> Even though you are not the CPU maintainer I assumed you'd have better grasp of QEMU policy since you seem to be the ICC BUS maintainer. In any case, your feedback is much appreciated. Thank you.

Igor and Fahri,

Thanks for all the input on this topic. I'll review and conduct some
tests on the series mentioned. I'll posts my results as soon as I
finish.

Regards,

-- 
Eduardo Otubo
ProfitBricks GmbH

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-16  8:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 15:44 [Qemu-devel] CPU hot unplug support for x86_64 Eduardo Otubo
2015-06-11  7:39 ` Fahri Cihan Demirci
2015-06-15  9:10   ` Igor Mammedov
2015-06-15 12:34     ` Fahri Cihan Demirci
2015-06-15 16:14       ` Igor Mammedov
2015-06-16  7:09         ` Fahri Cihan Demirci
2015-06-16  8:21           ` Eduardo Otubo

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).