qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/16] ARM Add ARM 920T identifiers


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH 1/16] ARM Add ARM 920T identifiers
Date: Sun, 24 May 2009 19:31:19 +0100
User-agent: KMail/1.11.2 (Linux/2.6.29-2-amd64; KDE/4.2.2; x86_64; ; )

On Saturday 23 May 2009, Vincent Sanders wrote:
> On Thu, Apr 30, 2009 at 05:08:01PM +0100, Paul Brook wrote:
> > >      env->cp15.c0_cpuid = id;
> > >      switch (id) {
> > > +    case ARM_CPUID_ARM920T:
> > > +       break;
> >
> > This is woefully incomplete. At minimum it needs a comment describing how
> > this is a lie.
>
> I have worked out what you meant was that the copro 15 registers
> needed configuring appropriately in this case.

More fundamental than that. We emulate armv5te. The arm920t is armv4t.
i.e. even usermode code may not work right.

Paul




reply via email to

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