target-microblaze: Fallback to our latest CPU version
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Mon, 16 Apr 2018 20:23:05 +0000 (22:23 +0200)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Tue, 29 May 2018 07:33:40 +0000 (09:33 +0200)
commit4c8ac10737ae38256d59406801591d9dca2bd69b
tree4a2983a70e745d436be0a1ae5cfaf3fd6e2a3d86
parent0e9033c8c53c3839871c59ef431bcfdc9359d0c1
target-microblaze: Fallback to our latest CPU version

Today, when running QEMU in linux-user or with boards that don't
select a specific CPU version, we treat it as an invalid version
and log a message.

Instead, if no specific version was selected, fallback to our
latest CPU version.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target/microblaze/cpu.c