Re: [Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount

2018-11-07 Thread Mark Cave-Ayland
On 06/11/2018 12:20, 'David Gibson' wrote: > On Tue, Nov 06, 2018 at 09:10:45AM +0300, Pavel Dovgalyuk wrote: >>> From: David Gibson [mailto:da...@gibson.dropbear.id.au] >>> On Tue, Oct 30, 2018 at 12:30:31PM +0300, Pavel Dovgalyuk wrote: This patch fixes processing of mtmsr instructions in i

Re: [Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount

2018-11-06 Thread Pavel Dovgalyuk
> 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 expli

Re: [Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount

2018-11-06 Thread 'David Gibson'
On Tue, Nov 06, 2018 at 09:10:45AM +0300, Pavel Dovgalyuk wrote: > > From: David Gibson [mailto:da...@gibson.dropbear.id.au] > > On Tue, Oct 30, 2018 at 12:30:31PM +0300, Pavel Dovgalyuk wrote: > > > This patch fixes processing of mtmsr instructions in icount mode. > > > In this mode writing to int

Re: [Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount

2018-11-05 Thread Pavel Dovgalyuk
> From: David Gibson [mailto:da...@gibson.dropbear.id.au] > On Tue, Oct 30, 2018 at 12:30:31PM +0300, 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 mu

Re: [Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount

2018-11-03 Thread David Gibson
On Tue, Oct 30, 2018 at 12:30:31PM +0300, 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. > > Sig

Re: [Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount

2018-10-31 Thread Richard Henderson
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 Kli

[Qemu-devel] [PATCH] target/ppc: fix mtmsr instruction for icount

2018-10-30 Thread Pavel Dovgalyuk
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 Signed-off-by: Pavel Dovgalyuk --- target/