mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
Commit478032a93d
(target-openrisc: Rename CPU subtypes) suffixed CPU sub-types with "-or32-cpu" but forgot to update openrisc_cpu_class_by_name(), so that it was still looking for the types without suffix. Make target-openrisc running OK by adding the suffix to the model name. This means it is no longer possible to use -cpu or1200-or32-cpu or -cpu any-or32-cpu though. Cc: qemu-stable@nongnu.org Signed-off-by: Dongxue Zhang <elta.era@gmail.com> Tested-by: Jia Liu <proljc@gmail.com> Signed-off-by: Andreas Färber <afaerber@suse.de> (cherry picked from commit071b3364e7
) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>