]> git.proxmox.com Git - qemu.git/commit
target-m68k: Rename CPU subtypes
authorAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 19:16:17 +0000 (20:16 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 1 Feb 2013 00:35:22 +0000 (01:35 +0100)
commit7a9f812b381639b96a020bdb1f4783f11f886754
treeda69722af765a58b23904038e3027179bcda892e
parent087fe4f824e88d5924bf6887cb59985510a790b7
target-m68k: 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 or -cpu ? output.

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