On 05/09/2015 01:11 PM, Peter Crosthwaite wrote: > Add a QOM function hook for target-specific disassembly setup. This > allows removal of the #ifdeffery currently implementing target specific > disas setup from disas.c. > > Signed-off-by: Peter Crosthwaite <crosthwaite.pe...@gmail.com> > --- > disas.c | 24 ++++++++++++++++++++---- > include/qom/cpu.h | 4 ++++ > 2 files changed, 24 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~