qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Question about target port


From: Martin Guy
Subject: Re: [Qemu-devel] Question about target port
Date: Tue, 10 Oct 2006 12:07:16 +0100

How can I change target CPU to Atmel's AVR and don't care about host.
i.e:host CPU is X86(PC),target CPU is Atmel's AVR.

Hi
 Atmel AVR is a different processor from the ones that QEMU emulates.
You would need to implement an entire new emulation inside QEMU; that
is a LOT of work in C programming. It is also an 8-bit processor,
while all the ones that qemu currently emulates are 32-bit, so you may
need to restructure the code as well to support 8-bit.

   M




reply via email to

[Prev in Thread] Current Thread [Next in Thread]