]> git.proxmox.com Git - qemu.git/commit
target-arm: Catch attempt to instantiate abstract type in cpu_init()
authorAndreas Färber <afaerber@suse.de>
Wed, 23 Jan 2013 11:32:49 +0000 (12:32 +0100)
committerAndreas Färber <afaerber@suse.de>
Sun, 27 Jan 2013 22:33:34 +0000 (23:33 +0100)
commit245fb54db5f8c88c9d73e037178bc3ca1f9a4bb6
tree89e43c833c80b424890a0894e4edcb1bc9aa35e6
parenta120c287086e0b03a57f1f4ac7d7aa73fe3d1fe7
target-arm: Catch attempt to instantiate abstract type in cpu_init()

This fixes -cpu arm-cpu asserting.

Cc: qemu-stable@nongnu.org
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-arm/cpu.c