]> git.proxmox.com Git - qemu.git/commit
target-openrisc: Fix typename in openrisc_cpu_class_by_name()
authorDongxue Zhang <elta.era@gmail.com>
Tue, 2 Jul 2013 09:11:55 +0000 (17:11 +0800)
committerAndreas Färber <afaerber@suse.de>
Tue, 9 Jul 2013 17:09:56 +0000 (19:09 +0200)
commit071b3364e7995036816aa4ebf80ecfa04b1a31de
tree693f9bf0f43c95d4260dde02a9c55a7a420d0d9f
parentdc11549ec213f85f6a024c7df68d349464cd1688
target-openrisc: Fix typename in openrisc_cpu_class_by_name()

Commit 478032a93d908e59085c1ac56f10979942e7dc4f (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>
target-openrisc/cpu.c