mbox series

[0/2] Misc OpenRISC fixes for 9.2.0

Message ID 20241123103828.3157128-1-shorne@gmail.com (mailing list archive)
Headers show
Series Misc OpenRISC fixes for 9.2.0 | expand

Message

Stafford Horne Nov. 23, 2024, 10:38 a.m. UTC
This series has 2 fixes for OpenRISC that came in over that past few months.

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 | 13 ++++++++-----
 2 files changed, 23 insertions(+), 16 deletions(-)

Comments

Michael Tokarev Nov. 23, 2024, 12:12 p.m. UTC | #1
On 23.11.2024 13:38, Stafford Horne wrote:
> This series has 2 fixes for OpenRISC that came in over that past few months.
> 
> Ahmad Fatoum (1):
>    hw/openrisc/openrisc_sim: keep serial@90000000 as default
> 
> Joel Holdsworth (1):
>    hw/openrisc: Fixed undercounting of TTCR in continuous mode

Is there anything in there which is worth picking up for stable?
The first one above seems to be a good candidate.

Thanks,

/mjt