mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a
Set the MicroBlaze CPU version to 8.10.a avoiding a runtime warning due to an unset CPU version. Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
ad24f947be
commit
a7e00e2536
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ petalogix_ml605_init(MachineState *machine)
|
||||||
|
|
||||||
/* init CPUs */
|
/* init CPUs */
|
||||||
cpu = MICROBLAZE_CPU(object_new(TYPE_MICROBLAZE_CPU));
|
cpu = MICROBLAZE_CPU(object_new(TYPE_MICROBLAZE_CPU));
|
||||||
|
object_property_set_str(OBJECT(cpu), "8.10.a", "version", &error_abort);
|
||||||
/* Use FPU but don't use floating point conversion and square
|
/* Use FPU but don't use floating point conversion and square
|
||||||
* root instructions
|
* root instructions
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue