* [Qemu-devel] Boot guest OS on many nodes?
@ 2013-06-03 2:37 Steven.G
2013-06-03 18:04 ` [Qemu-devel] " Brian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: Steven.G @ 2013-06-03 2:37 UTC (permalink / raw)
To: qemu-devel
Dear all,
I've a scene,
I have many host nodes with linux kernels, and I want to boot one guest
OS on all these nodes use QEMU/KVM. In order that I can use all the
physical CPUs and Mems distributed on these linux nodes, and the Guest
looks like a SMP or shared-memory system.
How can I use QEMU/KVM to achieve this?Any one helps me with some basic
ideas.
Best regards
Steven
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: Boot guest OS on many nodes?
2013-06-03 2:37 [Qemu-devel] Boot guest OS on many nodes? Steven.G
@ 2013-06-03 18:04 ` Brian Jackson
2013-06-04 0:54 ` [Qemu-devel] " Steven.G
0 siblings, 1 reply; 4+ messages in thread
From: Brian Jackson @ 2013-06-03 18:04 UTC (permalink / raw)
To: Steven.G; +Cc: qemu-devel
On Sunday, June 2, 2013 9:37:55 PM CDT, Steven.G wrote:
> Dear all,
>
> I've a scene,
> I have many host nodes with linux kernels, and I want to boot one guest
> OS on all these nodes use QEMU/KVM. In order that I can use all the
> physical CPUs and Mems distributed on these linux nodes, and the Guest
> looks like a SMP or shared-memory system.
> How can I use QEMU/KVM to achieve this?Any one helps me with some basic
> ideas.
You can't. That's not the way KVM works. You probably want something more along the lines of SSI (single system image).
>
> Best regards
>
> Steven
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Boot guest OS on many nodes?
2013-06-03 18:04 ` [Qemu-devel] " Brian Jackson
@ 2013-06-04 0:54 ` Steven.G
2013-06-04 3:55 ` [Qemu-devel] " Brian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: Steven.G @ 2013-06-04 0:54 UTC (permalink / raw)
To: Brian Jackson; +Cc: qemu-devel
Thanks very much,
> On Sunday, June 2, 2013 9:37:55 PM CDT, Steven.G wrote:
>> Dear all,
>>
>> I've a scene,
>> I have many host nodes with linux kernels, and I want to boot one guest
>> OS on all these nodes use QEMU/KVM. In order that I can use all the
>> physical CPUs and Mems distributed on these linux nodes, and the Guest
>> looks like a SMP or shared-memory system.
>> How can I use QEMU/KVM to achieve this?Any one helps me with some basic
>> ideas.
>
>
> You can't. That's not the way KVM works. You probably want something
> more along the lines of SSI (single system image).
>
If I change the QEMU codes to adapt this using some mechanism like RPC
to communicate within nodes, and register CPUs and Mems to the seabios
when booting the guest, throw some qemu vcpu threads to remote nodes.
Do I have a chance?
>>
>> Best regards
>>
>> Steven
>>
>>
>>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Qemu-devel] Re: Boot guest OS on many nodes?
2013-06-04 0:54 ` [Qemu-devel] " Steven.G
@ 2013-06-04 3:55 ` Brian Jackson
0 siblings, 0 replies; 4+ messages in thread
From: Brian Jackson @ 2013-06-04 3:55 UTC (permalink / raw)
To: Steven.G; +Cc: qemu-devel
On Monday, June 3, 2013 7:54:31 PM CDT, Steven.G wrote:
> Thanks very much,
>> On Sunday, June 2, 2013 9:37:55 PM CDT, Steven.G wrote: ...
>
>
> If I change the QEMU codes to adapt this using some mechanism
> like RPC to communicate within nodes, and register CPUs and Mems
> to the seabios when booting the guest, throw some qemu vcpu
> threads to remote nodes.
>
> Do I have a chance?
You would be changing Qemu so deeply, it would hardly be Qemu any more (not to mention that accessing memory/cpu's over a network connection would be ridiculously slow).
>
>
>>> Best regards
>>>
>>> Steven
>>>
>>>
>>> ...
>>
>>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-04 3:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 2:37 [Qemu-devel] Boot guest OS on many nodes? Steven.G
2013-06-03 18:04 ` [Qemu-devel] " Brian Jackson
2013-06-04 0:54 ` [Qemu-devel] " Steven.G
2013-06-04 3:55 ` [Qemu-devel] " Brian Jackson
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).