Re: [Qemu-devel] [PATCH v3 04/13] target-sh4: Do not reset CPU feature flags on reset

2012-04-16 Thread Peter Maydell
On 14 April 2012 23:12, Andreas Färber wrote: > Move them out of CPUSH4State so that they are not zero'ed on reset. Might be worth expanding this commit message a little to make it clear that it is fixing a pre-existing bug. I initially assumed this was just part of the QOM conversion. Reviewed-

[Qemu-devel] [PATCH v3 04/13] target-sh4: Do not reset CPU feature flags on reset

2012-04-14 Thread Andreas Färber
Move them out of CPUSH4State so that they are not zero'ed on reset. Signed-off-by: Andreas Färber --- hw/sh7750.c|5 +++-- target-sh4/cpu-qom.h |3 +++ target-sh4/cpu.h |3 --- target-sh4/translate.c |5 +++-- 4 files changed, 9 insertions(+), 7 deletions(-)