Re: [Qemu-devel] [PATCH v2 4/9] target-microblaze: Convert endi to a CPU property

2015-06-15 Thread Alistair Francis
On Mon, Jun 15, 2015 at 12:31 PM, Peter Crosthwaite wrote: > On Thu, Jun 4, 2015 at 11:41 PM, Alistair Francis > wrote: >> Originally the endi 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-

Re: [Qemu-devel] [PATCH v2 4/9] target-microblaze: Convert endi to a CPU property

2015-06-14 Thread Peter Crosthwaite
On Thu, Jun 4, 2015 at 11:41 PM, Alistair Francis wrote: > Originally the endi 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: Edgar E. Iglesias Reviewed-by:

[Qemu-devel] [PATCH v2 4/9] target-microblaze: Convert endi to a CPU property

2015-06-04 Thread Alistair Francis
Originally the endi 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: Edgar E. Iglesias --- hw/microblaze/petalogix_ml605_mmu.c |2 +- target-microblaze/cpu-qom.h