* [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
@ 2010-06-07 9:03 hadi motamedi
2010-06-07 9:29 ` Alexander Graf
2010-06-25 15:44 ` Jason Wessel
0 siblings, 2 replies; 8+ messages in thread
From: hadi motamedi @ 2010-06-07 9:03 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 143 bytes --]
Dear All
Can you please let me know if the qemu emulating PowerPC (I mean
qemu-system-ppc.exe) can accept VxWork kernet for boot up?
Thank you
[-- Attachment #2: Type: text/html, Size: 157 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
2010-06-07 9:03 [Qemu-devel] VxWorks kernel for qemu emulating PowerPC? hadi motamedi
@ 2010-06-07 9:29 ` Alexander Graf
2010-06-07 9:33 ` hadi motamedi
2010-06-25 15:44 ` Jason Wessel
1 sibling, 1 reply; 8+ messages in thread
From: Alexander Graf @ 2010-06-07 9:29 UTC (permalink / raw)
To: hadi motamedi; +Cc: qemu-devel
On 07.06.2010, at 11:03, hadi motamedi wrote:
> Dear All
> Can you please let me know if the qemu emulating PowerPC (I mean qemu-system-ppc.exe) can accept VxWork kernet for boot up?
I doubt it. Patches are welcome.
Alex
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
2010-06-07 9:29 ` Alexander Graf
@ 2010-06-07 9:33 ` hadi motamedi
2010-06-07 9:36 ` Alexander Graf
0 siblings, 1 reply; 8+ messages in thread
From: hadi motamedi @ 2010-06-07 9:33 UTC (permalink / raw)
To: Alexander Graf; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
>
> I doubt it. Patches are welcome.
>
>
> Thank you for your reply. Can you please let me know which qemu hardware
architecture does support for VxWorks kernel boot?
[-- Attachment #2: Type: text/html, Size: 356 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
2010-06-07 9:33 ` hadi motamedi
@ 2010-06-07 9:36 ` Alexander Graf
2010-06-07 10:13 ` hadi motamedi
0 siblings, 1 reply; 8+ messages in thread
From: Alexander Graf @ 2010-06-07 9:36 UTC (permalink / raw)
To: hadi motamedi; +Cc: Qemu-development List
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]
On 07.06.2010, at 11:33, hadi motamedi wrote:
> I doubt it. Patches are welcome.
>
>
> Thank you for your reply. Can you please let me know which qemu hardware architecture does support for VxWorks kernel boot?
Natalia keeps a list of verified to work OSs for exactly that purpose: http://www.claunia.com/qemu/
Alex
[-- Attachment #2: Type: text/html, Size: 837 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
2010-06-07 9:36 ` Alexander Graf
@ 2010-06-07 10:13 ` hadi motamedi
0 siblings, 0 replies; 8+ messages in thread
From: hadi motamedi @ 2010-06-07 10:13 UTC (permalink / raw)
To: Alexander Graf; +Cc: Qemu-development List
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
>
> Natalia keeps a list of verified to work OSs for exactly that purpose:
> http://www.claunia.com/qemu/
>
>
> Thank you . From your list, it seems that qemu doesn't support for VxWorks
on any architecture. Please confirm.
[-- Attachment #2: Type: text/html, Size: 530 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
2010-06-07 9:03 [Qemu-devel] VxWorks kernel for qemu emulating PowerPC? hadi motamedi
2010-06-07 9:29 ` Alexander Graf
@ 2010-06-25 15:44 ` Jason Wessel
2010-06-28 8:14 ` hadi motamedi
2010-06-30 8:11 ` hadi motamedi
1 sibling, 2 replies; 8+ messages in thread
From: Jason Wessel @ 2010-06-25 15:44 UTC (permalink / raw)
To: hadi motamedi; +Cc: qemu-devel
On 06/07/2010 04:03 AM, hadi motamedi wrote:
> Dear All
> Can you please let me know if the qemu emulating PowerPC (I mean
> qemu-system-ppc.exe) can accept VxWork kernet for boot up?
> Thank you
>
As is, the QEMU PowerPC platform will definitely not boot a VxWorks image.
It is possible to boot a VxWorks image using the x86 system emulation.
You would have to create a floppy image and pass that in for your
vx-boot loader. Unless you are also putting your kernel image on the
floppy, you would need to invoke qemu to use an intel e100 nic and make
sure the VxWorks BSP is configured properly.
Jason.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
2010-06-25 15:44 ` Jason Wessel
@ 2010-06-28 8:14 ` hadi motamedi
2010-06-30 8:11 ` hadi motamedi
1 sibling, 0 replies; 8+ messages in thread
From: hadi motamedi @ 2010-06-28 8:14 UTC (permalink / raw)
To: Jason Wessel; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
>
>
> It is possible to boot a VxWorks image using the x86 system emulation.
> You would have to create a floppy image and pass that in for
>
Thank you very much for your reply. Can you please let me know how can I
obtain more details on the implementation scenario of your proposed
procedure?
[-- Attachment #2: Type: text/html, Size: 535 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC?
2010-06-25 15:44 ` Jason Wessel
2010-06-28 8:14 ` hadi motamedi
@ 2010-06-30 8:11 ` hadi motamedi
1 sibling, 0 replies; 8+ messages in thread
From: hadi motamedi @ 2010-06-30 8:11 UTC (permalink / raw)
To: Jason Wessel; +Cc: qemu-devel
> It is possible to boot a VxWorks image using the x86 system emulation.
> You would have to create a floppy image and pass that in for your
Thank you for your reply. Finally, I found a VxWorks kernel coming
from one PowerQUICC embedded platform. Can you please let me know how
can I make use of it on my qemu?
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-06-30 8:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 9:03 [Qemu-devel] VxWorks kernel for qemu emulating PowerPC? hadi motamedi
2010-06-07 9:29 ` Alexander Graf
2010-06-07 9:33 ` hadi motamedi
2010-06-07 9:36 ` Alexander Graf
2010-06-07 10:13 ` hadi motamedi
2010-06-25 15:44 ` Jason Wessel
2010-06-28 8:14 ` hadi motamedi
2010-06-30 8:11 ` hadi motamedi
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).