]> git.proxmox.com Git - qemu.git/commit
target-unicore32: Rename CPU subtypes
authorAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 22:25:25 +0000 (23:25 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 1 Feb 2013 00:35:43 +0000 (01:35 +0100)
commiteeb266ded886185d1d3b0d8bc089ec72df1a2bfd
tree9093b6870421b96cb1803bb49010c68ba17a6fb0
parent478032a93d908e59085c1ac56f10979942e7dc4f
target-unicore32: Rename CPU subtypes

In the initial conversion of CPU models to QOM types, model names were
mapped 1:1 to type names. As a side effect this gained us a type "any",
which is now a device.

To avoid "-device any" silliness and to pave the way for compiling
multiple targets into one executable, adopt a <name>-<arch>-cpu scheme.

No functional changes for -cpu arguments.

Signed-off-by: Andreas Färber <afaerber@suse.de>
target-unicore32/cpu.c
target-unicore32/helper.c