Re: [Qemu-devel] [PATCH v3 5/6] target-microblaze: Convert use-fpu to a CPU property

2015-05-28 Thread Edgar E. Iglesias
On Fri, May 29, 2015 at 04:31:58PM +1000, Alistair Francis wrote: > Originally the use-fpu PVR bits were manually set for each machine. This > is a hassle and difficult to read, instead set them based on the CPU > properties. The dt bindings for use-fpu are a bit non-intuivie unfortunately... Anyw

[Qemu-devel] [PATCH v3 5/6] target-microblaze: Convert use-fpu to a CPU property

2015-05-28 Thread Alistair Francis
Originally the use-fpu PVR bits were manually set for each machine. This is a hassle and difficult to read, instead set them based on the CPU properties. Signed-off-by: Alistair Francis Reviewed-by: Peter Crosthwaite --- V3: - Add comments explaing the FPU levels V2: - Remove unnecessary decla