> From: Richard Henderson [mailto:richard.hender...@linaro.org] > On 10/30/18 9:30 AM, Pavel Dovgalyuk wrote: > > This patch fixes processing of mtmsr instructions in icount mode. > > In this mode writing to interrupt/peripheral state is controlled > > by can_do_io flag. This flag must be set explicitly before helper > > function invocation. > > > > Signed-off-by: Maria Klimushenkova <maria.klimushenk...@ispras.ru> > > Signed-off-by: Pavel Dovgalyuk <pavel.dovga...@ispras.ru> > > --- > > target/ppc/translate.c | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
Richard, can you check the another similar patch? https://patchew.org/QEMU/20181030122134.11055.15711.stgit@pasha-VirtualBox/ Pavel Dovgalyuk