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

2015-05-28 Thread Alistair Francis
On Thu, May 28, 2015 at 4:25 PM, Edgar E. Iglesias wrote: > On Thu, May 28, 2015 at 03:38:59PM +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. >> >> Sig

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

2015-05-27 Thread Edgar E. Iglesias
On Thu, May 28, 2015 at 03:38:59PM +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. > > Signed-off-by: Alistair Francis > Reviewed-by: Peter Crosthwaite >

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

2015-05-27 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 --- V2: - Remove unnecessary declaration of r Changes since RFC: - Tidy up th