From 72e38754853443830152a3cfe586db1d9b15e8fe Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Thu, 18 Jun 2015 21:16:38 -0700 Subject: target-microblaze: Convert version_mask to a CPU property Originally the version_mask 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 Signed-off-by: Edgar E. Iglesias --- target-microblaze/cpu-qom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-microblaze/cpu-qom.h') diff --git a/target-microblaze/cpu-qom.h b/target-microblaze/cpu-qom.h index d1d814b73e..7da25fa80e 100644 --- a/target-microblaze/cpu-qom.h +++ b/target-microblaze/cpu-qom.h @@ -67,6 +67,7 @@ typedef struct MicroBlazeCPU { bool use_mmu; bool dcache_writeback; bool endi; + char *version; } cfg; CPUMBState env; -- cgit v1.2.3