[PATCH v2 0/2] Misc OpenRISC fixes for 9.2.0

Stafford Horne posted 2 patches 5 months, 1 week ago
hw/openrisc/cputimer.c     | 26 +++++++++++++++-----------
hw/openrisc/openrisc_sim.c | 26 ++++++++++++++++++++------
2 files changed, 35 insertions(+), 17 deletions(-)
[PATCH v2 0/2] Misc OpenRISC fixes for 9.2.0
Posted by Stafford Horne 5 months, 1 week ago
This series has 2 fixes for OpenRISC that came in over that past few months.

Since v1:
 - Use DIVIDE_ROUND_UP instead of open coding as pointed out by Richard
 - Fix off-by-1 bug in TTCR patch pointed out by Richard
 - Fix commit message and reverse registration order as pointed out by Peter.

Ahmad Fatoum (1):
  hw/openrisc/openrisc_sim: keep serial@90000000 as default

Joel Holdsworth (1):
  hw/openrisc: Fixed undercounting of TTCR in continuous mode

 hw/openrisc/cputimer.c     | 26 +++++++++++++++-----------
 hw/openrisc/openrisc_sim.c | 26 ++++++++++++++++++++------
 2 files changed, 35 insertions(+), 17 deletions(-)

-- 
2.47.0
Re: [PATCH v2 0/2] Misc OpenRISC fixes for 9.2.0
Posted by Peter Maydell 5 months ago
On Sun, 1 Dec 2024 at 07:11, Stafford Horne <shorne@gmail.com> wrote:
>
> This series has 2 fixes for OpenRISC that came in over that past few months.
>
> Since v1:
>  - Use DIVIDE_ROUND_UP instead of open coding as pointed out by Richard
>  - Fix off-by-1 bug in TTCR patch pointed out by Richard
>  - Fix commit message and reverse registration order as pointed out by Peter.
>
> Ahmad Fatoum (1):
>   hw/openrisc/openrisc_sim: keep serial@90000000 as default
>
> Joel Holdsworth (1):
>   hw/openrisc: Fixed undercounting of TTCR in continuous mode

Note that since rc3 is due to be tagged tomorrow, fixes
targeting 9.2 need to be in a pullreq on the list by
Tuesday lunchtime-ish UK time (or if not possible, at least
let me know something is going to be late arriving).

thanks
-- PMM
Re: [PATCH v2 0/2] Misc OpenRISC fixes for 9.2.0
Posted by Stafford Horne 5 months ago
On Mon, Dec 02, 2024 at 04:54:11PM +0000, Peter Maydell wrote:
> On Sun, 1 Dec 2024 at 07:11, Stafford Horne <shorne@gmail.com> wrote:
> >
> > This series has 2 fixes for OpenRISC that came in over that past few months.
> >
> > Since v1:
> >  - Use DIVIDE_ROUND_UP instead of open coding as pointed out by Richard
> >  - Fix off-by-1 bug in TTCR patch pointed out by Richard
> >  - Fix commit message and reverse registration order as pointed out by Peter.
> >
> > Ahmad Fatoum (1):
> >   hw/openrisc/openrisc_sim: keep serial@90000000 as default
> >
> > Joel Holdsworth (1):
> >   hw/openrisc: Fixed undercounting of TTCR in continuous mode
> 
> Note that since rc3 is due to be tagged tomorrow, fixes
> targeting 9.2 need to be in a pullreq on the list by
> Tuesday lunchtime-ish UK time (or if not possible, at least
> let me know something is going to be late arriving).

Hi Peter,

Thanks for the heads up.  I don't keep track of the schedule so this is helpful.
I will try to get my v3 series posted and the followup GIT PULL right now.

I am based in UK so there is a bit of a clash with my normal working hours, so
trying to get this taken care of on my coffee break.

-Stafford