commit | b33ab1f7a965a9765dc9a5b9f061c44eee2e25e2 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Sat May 05 12:14:03 2012 +0200 |
committer | Andreas Färber <afaerber@suse.de> | Mon Jun 04 23:00:42 2012 +0200 |
tree | 3521cb88060005c81c9b4a609bcd5c44741c5a36 | |
parent | 1584aafd02b949d6fa554e93bd70e5940217b66c [diff] |
target-microblaze: Let cpu_mb_init() return MicroBlazeCPU Since qemu_init_vcpu() is no-op for CONFIG_USER_ONLY drop the env variable that is now unused there. Turn cpu_init macro into a static inline function returning CPUMBState for backwards compatibility. Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>