Re: [PATCH] target/openrisc: fix icount handling for timer instructions

2021-03-31 Thread Paolo Bonzini
On 31/03/21 14:48, Pavel Dovgalyuk wrote: Acked-by: Stafford Horne I am not currently maintaining an openrisc queue, but I could start one.  Do you have another way to submit this upstream? Paolo, can you queue this one? Sure, done. Paolo

Re: [PATCH] target/openrisc: fix icount handling for timer instructions

2021-03-31 Thread Pavel Dovgalyuk
CC'ed Paolo. On 31.03.2021 15:33, Stafford Horne wrote: On Wed, Mar 31, 2021 at 10:27:21AM +0300, Pavel Dovgalyuk wrote: On 31.03.2021 01:05, Stafford Horne wrote: Hi Pavel, Thanks for the patch. On Mon, Mar 29, 2021 at 10:42:41AM +0300, Pavel Dovgalyuk wrote: This patch adds icount

Re: [PATCH] target/openrisc: fix icount handling for timer instructions

2021-03-31 Thread Stafford Horne
On Wed, Mar 31, 2021 at 10:27:21AM +0300, Pavel Dovgalyuk wrote: > On 31.03.2021 01:05, Stafford Horne wrote: > > Hi Pavel, > > > > Thanks for the patch. > > > > On Mon, Mar 29, 2021 at 10:42:41AM +0300, Pavel Dovgalyuk wrote: > > > This patch adds icount handling to mfspr/mtspr instructions > >

Re: [PATCH] target/openrisc: fix icount handling for timer instructions

2021-03-31 Thread Pavel Dovgalyuk
On 31.03.2021 01:05, Stafford Horne wrote: Hi Pavel, Thanks for the patch. On Mon, Mar 29, 2021 at 10:42:41AM +0300, Pavel Dovgalyuk wrote: This patch adds icount handling to mfspr/mtspr instructions that may deal with hardware timers. Signed-off-by: Pavel Dovgalyuk ---

Re: [PATCH] target/openrisc: fix icount handling for timer instructions

2021-03-30 Thread Stafford Horne
Hi Pavel, Thanks for the patch. On Mon, Mar 29, 2021 at 10:42:41AM +0300, Pavel Dovgalyuk wrote: > This patch adds icount handling to mfspr/mtspr instructions > that may deal with hardware timers. > > Signed-off-by: Pavel Dovgalyuk > --- > target/openrisc/translate.c | 15 +++ >

[PATCH] target/openrisc: fix icount handling for timer instructions

2021-03-29 Thread Pavel Dovgalyuk
This patch adds icount handling to mfspr/mtspr instructions that may deal with hardware timers. Signed-off-by: Pavel Dovgalyuk --- target/openrisc/translate.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c index

Re: [PATCH] target/openrisc: fix icount handling for timer instructions

2020-11-05 Thread Pavel Dovgalyuk
On 06.11.2020 00:39, Richard Henderson wrote: On 11/5/20 3:54 AM, Pavel Dovgalyuk wrote: This patch adds icount handling to mfspr/mtspr instructions that may deal with hardware timers. Signed-off-by: Pavel Dovgalyuk --- target/openrisc/translate.c | 15 +++ 1 file changed, 15

Re: [PATCH] target/openrisc: fix icount handling for timer instructions

2020-11-05 Thread Richard Henderson
On 11/5/20 3:54 AM, Pavel Dovgalyuk wrote: > This patch adds icount handling to mfspr/mtspr instructions > that may deal with hardware timers. > > Signed-off-by: Pavel Dovgalyuk > --- > target/openrisc/translate.c | 15 +++ > 1 file changed, 15 insertions(+) Looks correct, but it

[PATCH] target/openrisc: fix icount handling for timer instructions

2020-11-05 Thread Pavel Dovgalyuk
This patch adds icount handling to mfspr/mtspr instructions that may deal with hardware timers. Signed-off-by: Pavel Dovgalyuk --- target/openrisc/translate.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c index