qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] SMP
  2004-04-21 22:08       ` Fabrice Bellard
@ 2004-07-28 20:10         ` Joe Batt
  2004-07-28 20:35           ` Joseph Stewart
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Batt @ 2004-07-28 20:10 UTC (permalink / raw)
  To: qemu-devel

I realize that this may be pushing the future a bit, I just wanted to
start the discussion.

What challenges do we (or does Fabrice) face
- creating an qemu SMP guest?
- multithreading qemu to utilize a SMP host?
- integrating with something like mosix so you could build a virtual 50
CPU box in a lab across 50 real machines (or a 250 CPU box on 50
machines to avoid waiting on IO)
- how would numa figure into this (I'm completely ignorant of what a
numa machine looks like)

I am very interested in single image clusters (as a spectator), but what
I've seen so far is coupling machines at a level that seems to high and
complex to me.  It seems silly that each machine has to have a full OS
installed and configured just right.  Building a big single image
machine on linked VMs would allow us to run qemu on a stripped down OS
(just drivers and basic services) or a heterogeneous network (even a mix
of linux kernels would beat mosix).

Thanks for any consideration.
Joe

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

* Re: [Qemu-devel] SMP
  2004-07-28 20:10         ` [Qemu-devel] SMP Joe Batt
@ 2004-07-28 20:35           ` Joseph Stewart
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Stewart @ 2004-07-28 20:35 UTC (permalink / raw)
  To: qemu-devel

I say this half-joking and half-serious, but how about a qemu
emulation for the Transputer core?...
(http://www.embedded.com.au/reference/transputers.html and
http://www.classiccmp.org/transputer/).

Seriously, I don't know enough about the internal structure of QEMU to
know if this is even a reasonable or desirable feature. And then
there's the issue of learning OCCAM.

-joe

On Wed, 28 Jul 2004 15:10:50 -0500, Joe Batt <joe@soliddesign.net> wrote:
> I realize that this may be pushing the future a bit, I just wanted to
> start the discussion.
> 
> What challenges do we (or does Fabrice) face
> - creating an qemu SMP guest?
> - multithreading qemu to utilize a SMP host?
> - integrating with something like mosix so you could build a virtual 50
> CPU box in a lab across 50 real machines (or a 250 CPU box on 50
> machines to avoid waiting on IO)
> - how would numa figure into this (I'm completely ignorant of what a
> numa machine looks like)
> 
> I am very interested in single image clusters (as a spectator), but what
> I've seen so far is coupling machines at a level that seems to high and
> complex to me.  It seems silly that each machine has to have a full OS
> installed and configured just right.  Building a big single image
> machine on linked VMs would allow us to run qemu on a stripped down OS
> (just drivers and basic services) or a heterogeneous network (even a mix
> of linux kernels would beat mosix).
> 
> Thanks for any consideration.
> Joe
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

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

* [Qemu-devel] SMP
@ 2006-04-06  9:40 Jacek Poplawski
  2006-04-06 17:06 ` Pascal Terjan
  0 siblings, 1 reply; 5+ messages in thread
From: Jacek Poplawski @ 2006-04-06  9:40 UTC (permalink / raw)
  To: qemu-devel

Hello.

Does "-smp 2" option use both CPUs of my host, or only one?
I had impression that "smp" if just emulated, because my compilation 
inside target OS is two times longer...

Is there any way to use two host CPUs in Qemu?


The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s).
Please direct any additional queries to: communications@s3group.com.
Thank You.

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

* Re: [Qemu-devel] SMP
  2006-04-06  9:40 [Qemu-devel] SMP Jacek Poplawski
@ 2006-04-06 17:06 ` Pascal Terjan
  2006-04-10 11:36   ` Rakotomandimby Mihamina
  0 siblings, 1 reply; 5+ messages in thread
From: Pascal Terjan @ 2006-04-06 17:06 UTC (permalink / raw)
  To: qemu-devel

On 4/6/06, Jacek Poplawski <jacekp@s3group.com.pl> wrote:
> Hello.
Hello

> Does "-smp 2" option use both CPUs of my host, or only one?
only one

> I had impression that "smp" if just emulated, because my compilation
> inside target OS is two times longer...
>
> Is there any way to use two host CPUs in Qemu?
No

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

* Re: [Qemu-devel] SMP
  2006-04-06 17:06 ` Pascal Terjan
@ 2006-04-10 11:36   ` Rakotomandimby Mihamina
  0 siblings, 0 replies; 5+ messages in thread
From: Rakotomandimby Mihamina @ 2006-04-10 11:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Pascal Terjan

On Thu, 2006-04-06 at 19:06 +0200, Pascal Terjan wrote:
> > Does "-smp 2" option use both CPUs of my host, or only one?
> only one
> > Is there any way to use two host CPUs in Qemu?
> No

Sorry, I am late for this discussion.
On multi-core/multi-proc architecture, how are dispatched the qemu
instances of I launch many?
Is it the problem of the operating system? What if it loads only one
core/processor?
Thank you.
-- 
A powerfull GroupWare, CMS, CRM, ECM: CPS (Open Source & GPL).
Opengroupware, SPIP, Plone, PhpBB, JetSpeed... are good: CPS is better.
http://www.cps-project.org for downloads & documentation.

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

end of thread, other threads:[~2006-04-10 11:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-06  9:40 [Qemu-devel] SMP Jacek Poplawski
2006-04-06 17:06 ` Pascal Terjan
2006-04-10 11:36   ` Rakotomandimby Mihamina
  -- strict thread matches above, loose matches on Subject: below --
2004-04-07 16:42 [Qemu-devel] Win32 usermode only network possible? [was: multiple VMs] Mike Nordell
2004-04-21  7:20 ` [Qemu-devel] User mode only network progress Jean-Michel POURE
2004-04-21 19:18   ` Fabrice Bellard
2004-04-21 19:37     ` Rudi Lippert
2004-04-21 22:08       ` Fabrice Bellard
2004-07-28 20:10         ` [Qemu-devel] SMP Joe Batt
2004-07-28 20:35           ` Joseph Stewart

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