]> git.ipfire.org Git - thirdparty/qemu.git/commit
disas: QOMify alpha specific disas setup
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Sun, 12 Jul 2015 02:00:05 +0000 (19:00 -0700)
committerAndreas Färber <afaerber@suse.de>
Thu, 22 Oct 2015 13:49:40 +0000 (15:49 +0200)
commit0960be7cffa7b30189f2f0f76b1ac3c8115660f3
treeaed47a20518d0623449f3c642bc69f5b4bdecea8
parent63a946c7e3b081d56e617bf264fcb2881a982848
disas: QOMify alpha specific disas setup

Move the target_disas() alpha specifics to the CPUClass::disas_set_info()
hook and delete the #ifdef specific code in disas.c.

This also makes monitor_disas() consistent with target_disas(), as
monitor_disas() was missing a set of the BFD (This was an omission from
commit b9bec751c8c8b08d8055da32306eb105db03031b).

Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andreas Färber <afaerber@suse.de>
disas.c
target-alpha/cpu.c