qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Adding support for MIPS64 as host
@ 2010-02-03 16:53 Utkarsh Sopan
  2010-02-03 16:59 ` Laurent Desnogues
  0 siblings, 1 reply; 6+ messages in thread
From: Utkarsh Sopan @ 2010-02-03 16:53 UTC (permalink / raw)
  To: qemu-devel

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

Hi,
I am trying to add support for MIPS 64 as Host machine as my academic
project.

I am new to QEMU.

Problem is I dont have a MIPS 64 machine to test on.
Please suggest whether or not I can use a nested QEMU emulator to test the
same.
i.e. running my version on top of a simulated MIPS64 machine.

Is it possible to do so?

[-- Attachment #2: Type: text/html, Size: 367 bytes --]

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

* Re: [Qemu-devel] Adding support for MIPS64 as host
  2010-02-03 16:53 [Qemu-devel] Adding support for MIPS64 as host Utkarsh Sopan
@ 2010-02-03 16:59 ` Laurent Desnogues
  2010-02-04 17:26   ` Utkarsh Sopan
  0 siblings, 1 reply; 6+ messages in thread
From: Laurent Desnogues @ 2010-02-03 16:59 UTC (permalink / raw)
  To: Utkarsh Sopan; +Cc: qemu-devel

On Wed, Feb 3, 2010 at 5:53 PM, Utkarsh Sopan <utkarsh.sopan@coe.dce.edu> wrote:
> I am trying to add support for MIPS 64 as Host machine as my academic
> project.

Note that some work has already been done for MIPS host
support.

> I am new to QEMU.
>
> Problem is I dont have a MIPS 64 machine to test on.
> Please suggest whether or not I can use a nested QEMU emulator to test the
> same.
> i.e. running my version on top of a simulated MIPS64 machine.
>
> Is it possible to do so?

I was able to run on an x86_64 host, an ARM-hosted QEMU simulating
x86.  That was for Linux user mode.  I can't say if that would work for
other targets or for system simulation.


Laurent

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

* Re: [Qemu-devel] Adding support for MIPS64 as host
  2010-02-03 16:59 ` Laurent Desnogues
@ 2010-02-04 17:26   ` Utkarsh Sopan
  2010-02-04 17:30     ` Laurent Desnogues
  2010-02-05 14:46     ` pinery
  0 siblings, 2 replies; 6+ messages in thread
From: Utkarsh Sopan @ 2010-02-04 17:26 UTC (permalink / raw)
  To: Laurent Desnogues; +Cc: qemu-devel

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

Can you tell me what is the status of adding MIPS64 support?
as at the wiki page it showed Red earlier.
On Wed, Feb 3, 2010 at 10:29 PM, Laurent Desnogues <
laurent.desnogues@gmail.com> wrote:

> On Wed, Feb 3, 2010 at 5:53 PM, Utkarsh Sopan <utkarsh.sopan@coe.dce.edu>
> wrote:
> > I am trying to add support for MIPS 64 as Host machine as my academic
> > project.
>
> Note that some work has already been done for MIPS host
> support.
>
> > I am new to QEMU.
> >
> > Problem is I dont have a MIPS 64 machine to test on.
> > Please suggest whether or not I can use a nested QEMU emulator to test
> the
> > same.
> > i.e. running my version on top of a simulated MIPS64 machine.
> >
> > Is it possible to do so?
>
> I was able to run on an x86_64 host, an ARM-hosted QEMU simulating
> x86.  That was for Linux user mode.  I can't say if that would work for
> other targets or for system simulation.
>
>
> Laurent
>

[-- Attachment #2: Type: text/html, Size: 1412 bytes --]

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

* Re: [Qemu-devel] Adding support for MIPS64 as host
  2010-02-04 17:26   ` Utkarsh Sopan
@ 2010-02-04 17:30     ` Laurent Desnogues
  2010-02-05 14:46     ` pinery
  1 sibling, 0 replies; 6+ messages in thread
From: Laurent Desnogues @ 2010-02-04 17:30 UTC (permalink / raw)
  To: Utkarsh Sopan; +Cc: qemu-devel

On Thu, Feb 4, 2010 at 6:26 PM, Utkarsh Sopan <utkarsh.sopan@coe.dce.edu> wrote:
>
> Can you tell me what is the status of adding MIPS64 support?
> as at the wiki page it showed Red earlier.

Look here: http://git.aurel32.net/?p=qemu.git;a=summary


Laurent

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

* Re: [Qemu-devel] Adding support for MIPS64 as host
  2010-02-05 14:46     ` pinery
@ 2010-02-05  9:22       ` Arnaud Patard
  0 siblings, 0 replies; 6+ messages in thread
From: Arnaud Patard @ 2010-02-05  9:22 UTC (permalink / raw)
  To: pinery; +Cc: qemu-devel

pinery <pinewood.liu@gmail.com> writes:

Hi,

> 於 四,2010-02-04 於 22:56 +0530,Utkarsh Sopan 提到:
>> 
>> Can you tell me what is the status of adding MIPS64 support?
>> as at the wiki page it showed Red earlier.
>> On Wed, Feb 3, 2010 at 10:29 PM, Laurent Desnogues
>> <laurent.desnogues@gmail.com> wrote:
>>         On Wed, Feb 3, 2010 at 5:53 PM, Utkarsh Sopan
>>         <utkarsh.sopan@coe.dce.edu> wrote:
>>         > I am trying to add support for MIPS 64 as Host machine as my
>>         academic
>>         > project.
>>         
>>         
>>         Note that some work has already been done for MIPS host
>>         support.
>>         
>>         > I am new to QEMU.
>>         >
>>         > Problem is I dont have a MIPS 64 machine to test on.
>>         > Please suggest whether or not I can use a nested QEMU
>>         emulator to test the
>>         > same.
>>         > i.e. running my version on top of a simulated MIPS64
>>         machine.
>>         >
>>         > Is it possible to do so?
>>         
>>         
>>         I was able to run on an x86_64 host, an ARM-hosted QEMU
>>         simulating
>>         x86.  That was for Linux user mode.  I can't say if that would
>>         work for
>>         other targets or for system simulation.
>>         
>>         
>>         Laurent
>> 
> A  company called lemote[1] sells laptop and mini-PC based MIPS
> CPU ,loongson[2],a 800M 64-bit four-issues out-of-order execution
> Superscalar architecture. Quad-Core Loongson-3 Processor has been taped
> out by ST Microelectronics. Currently,I run qemu on my loongson
> computer,but qemu crashs during booting.

Unfortunately, you won't get further for now. There's a cache problem
leading to bad relocation (in case of relocations, jump to label are
"transformed" into jump to next instruction). See linux-mips mailing
list, there was on thread about it.

Arnaud

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

* Re: [Qemu-devel] Adding support for MIPS64 as host
  2010-02-04 17:26   ` Utkarsh Sopan
  2010-02-04 17:30     ` Laurent Desnogues
@ 2010-02-05 14:46     ` pinery
  2010-02-05  9:22       ` Arnaud Patard
  1 sibling, 1 reply; 6+ messages in thread
From: pinery @ 2010-02-05 14:46 UTC (permalink / raw)
  To: qemu-devel

於 四,2010-02-04 於 22:56 +0530,Utkarsh Sopan 提到:
> 
> Can you tell me what is the status of adding MIPS64 support?
> as at the wiki page it showed Red earlier.
> On Wed, Feb 3, 2010 at 10:29 PM, Laurent Desnogues
> <laurent.desnogues@gmail.com> wrote:
>         On Wed, Feb 3, 2010 at 5:53 PM, Utkarsh Sopan
>         <utkarsh.sopan@coe.dce.edu> wrote:
>         > I am trying to add support for MIPS 64 as Host machine as my
>         academic
>         > project.
>         
>         
>         Note that some work has already been done for MIPS host
>         support.
>         
>         > I am new to QEMU.
>         >
>         > Problem is I dont have a MIPS 64 machine to test on.
>         > Please suggest whether or not I can use a nested QEMU
>         emulator to test the
>         > same.
>         > i.e. running my version on top of a simulated MIPS64
>         machine.
>         >
>         > Is it possible to do so?
>         
>         
>         I was able to run on an x86_64 host, an ARM-hosted QEMU
>         simulating
>         x86.  That was for Linux user mode.  I can't say if that would
>         work for
>         other targets or for system simulation.
>         
>         
>         Laurent
> 
A  company called lemote[1] sells laptop and mini-PC based MIPS
CPU ,loongson[2],a 800M 64-bit four-issues out-of-order execution
Superscalar architecture. Quad-Core Loongson-3 Processor has been taped
out by ST Microelectronics. Currently,I run qemu on my loongson
computer,but qemu crashs during booting.
[1]http://lemote.com/english/index.html
[2]http://www.st.com/stonline/products/families/computer/microprocessors/loongson.htm

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

end of thread, other threads:[~2010-02-05  9:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-03 16:53 [Qemu-devel] Adding support for MIPS64 as host Utkarsh Sopan
2010-02-03 16:59 ` Laurent Desnogues
2010-02-04 17:26   ` Utkarsh Sopan
2010-02-04 17:30     ` Laurent Desnogues
2010-02-05 14:46     ` pinery
2010-02-05  9:22       ` Arnaud Patard

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