Re: [Qemu-devel] [PULL v2 07/11] target-lm32: move model features to LM32CPU

2013-10-14 Thread Andreas Färber
Hi, Am 14.10.2013 18:29, schrieb Michael Walle: > This allows us to completely remove CPULM32State from DisasContext. > Instead, copy the fields we need to DisasContext. > > Cc: Andreas Färber > Signed-off-by: Michael Walle Sorry for not getting to review this earlier. The subject makes it so

[Qemu-devel] [PULL v2 07/11] target-lm32: move model features to LM32CPU

2013-10-14 Thread Michael Walle
This allows us to completely remove CPULM32State from DisasContext. Instead, copy the fields we need to DisasContext. Cc: Andreas Färber Signed-off-by: Michael Walle --- target-lm32/cpu-qom.h |1 + target-lm32/cpu.h | 12 +--- target-lm32/helper.c| 15 ++-