qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5/5] Add Cortex-A15 CPU definition


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH 5/5] Add Cortex-A15 CPU definition
Date: Fri, 10 Feb 2012 02:09:36 +0000
User-agent: KMail/1.13.7 (Linux/3.1.0-1-amd64; KDE/4.6.5; x86_64; ; )

> >> Add a definition of a Cortex-A15 CPU. Note that for the moment we do
> >> not implement any of:
> >>  * Large Physical Address Extensions (LPAE)
> >>  * Virtualization Extensions
> >>  * Generic Timer
> > 
> > Are there feature bits that the guest can check before blindly using
> > them?  I assume for at least LPAE and the timer there's a way for the OS
> > to test for these features without just poking at them and seing if they
> > explode.
> > 
> > If so it's worth adding coments describing where these diverge from a
> > real A15.
> 
> There are feature bits, yes, but I've followed the general current
> qemu practice of following the feature bits of the real hardware
> rather than clearing feature bits for things we don't support
> (eg for A9 we are currently claiming TrustZone and ThumbEE when
> neither are actually true for QEMU).

These are bugs.

Paul



reply via email to

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