]> git.proxmox.com Git - qemu.git/commit
target-arm: Rename CPU types
authorAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 16:30:10 +0000 (17:30 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Jan 2013 16:03:57 +0000 (16:03 +0000)
commit51492fd1a99099308d8c20ab7134ffb54abbf374
tree6d463b7191700855ee688b66e5d31693903c9875
parente4c1cfa5cb8f8bfbbfd949f2fabbe2be35e60c99
target-arm: Rename CPU types

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.
This leads to names like arm926-arm-cpu but is easiest to handle.

No functional changes for -cpu arguments or -cpu ? output.

Suggested-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c
target-arm/helper.c