]> git.proxmox.com Git - qemu.git/commit
target-openrisc: Rename CPU subtypes
authorAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 21:50:35 +0000 (22:50 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 1 Feb 2013 00:35:43 +0000 (01:35 +0100)
commit478032a93d908e59085c1ac56f10979942e7dc4f
treed76350ea744d3f4612e5e3f50420b0edf874f7bd
parentbc755a00b1fd58ac9bfa316237134958489f0145
target-openrisc: Rename CPU subtypes

Model names were mapped 1:1 to type names. As a side effect this
registered 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 or -cpu ? output.

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