qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Regarding Cortex-A7 CPU definition


From: Peter Maydell
Subject: Re: [Qemu-devel] Regarding Cortex-A7 CPU definition
Date: Wed, 10 Feb 2016 10:13:46 +0000

On 10 February 2016 at 05:25, Deepak kumar Raju
<address@hidden> wrote:
> Regarding the questions, we have hw board which has Cortex-A7, so we thought
> we have to go with A7 emulation. we were not very sure A15 emulation will be
> almost equivalent to A7 emulation.
> All we want to do is A7 emulation but now I am understanding that A15
> emulation should similar to A7 emulation. please correct me.

If you want to emulate the whole hardware board in QEMU,
then adding the A7 CPU emulation is the right thing (and
not very hard compared to doing the whole hardware model).
If you don't care about emulating the hardware because you're
going to run (say) a Linux kernel on one of QEMU's existing
models and you mostly care about userspace, then using the
A15 will be fine -- the two CPUs are basically identical
for that purpose, and Linux supports both.

If you're running QEMU to use KVM on the ARM hardware,
then you want "-cpu host", which means "use the best CPU
type that the kernel can provide" and works on A7 and A15
hosts.

thanks
-- PMM



reply via email to

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