commit | bc5b2da32ba54d991e8669b14a771afb3a67f408 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Mon Jan 21 17:50:15 2013 +0100 |
committer | Andreas Färber <afaerber@suse.de> | Sun Jan 27 14:52:05 2013 +0100 |
tree | 9e9d37acb0bf8fca8aeebe5722226cc16087d1d6 | |
parent | 0e44a02301b081d36e686e767694a770c25160a2 [diff] |
target-m68k: Detect attempt to instantiate non-CPU type in cpu_init() Consolidate model checking into a new m68k_cpu_class_by_name(). If the name matches an existing type, also check whether that type is (a sub-type of) TYPE_M68K_CPU. This fixes, e.g., -cpu ide-hd asserting. Signed-off-by: Andreas Färber <afaerber@suse.de>