Re: [Qemu-devel] [PATCH v2 2/9] target-microblaze: Convert use-mmu to a CPU property

2015-06-14 Thread Peter Crosthwaite
On Mon, Jun 8, 2015 at 4:31 PM, Peter Crosthwaite wrote: > From: Alistair Francis > > Originally the use-mmu 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: Pe

[Qemu-devel] [PATCH v2 2/9] target-microblaze: Convert use-mmu to a CPU property

2015-06-08 Thread Peter Crosthwaite
From: Alistair Francis Originally the use-mmu 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 --- V2: - Fix up variable name target-microblaze/cpu-qom.h |1 + target-microbl