]> git.proxmox.com Git - qemu.git/commit
target-openrisc: TYPE_OPENRISC_CPU should be abstract
authorAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 21:27:17 +0000 (22:27 +0100)
committerAndreas Färber <afaerber@suse.de>
Fri, 1 Feb 2013 00:35:43 +0000 (01:35 +0100)
commitbc755a00b1fd58ac9bfa316237134958489f0145
tree8cf0330ae7a7e24ff01ff347b5a14ba308148265
parent7a9f812b381639b96a020bdb1f4783f11f886754
target-openrisc: TYPE_OPENRISC_CPU should be abstract

A basic assumption of CPU subtypes is that only specific models get
instantiated. A user is not supposed to instantiate an <arch>-cpu.
Suppress it via abstract = true, which also drops or32-cpu from
-cpu ? output.

Cc: qemu-stable@nongnu.org
Cc: Jia Liu <proljc@gmail.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-openrisc/cpu.c