]> git.proxmox.com Git - mirror_qemu.git/commit
disas: QOMify moxie specific disas setup
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Sun, 12 Jul 2015 01:59:59 +0000 (18:59 -0700)
committerAndreas Färber <afaerber@suse.de>
Thu, 22 Oct 2015 13:49:40 +0000 (15:49 +0200)
commit9f87a4cacd397e82e80c9512627ce5e190dfa971
treead14475fbd7f199e62a0b86a6f76c2e44d6719ea
parentdbad6b74b3de6ce839bd870657b6bcc192e3b74a
disas: QOMify moxie specific disas setup

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

Cc: Anthony Green <green@moxielogic.com>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
disas.c
target-moxie/cpu.c