Re: [PATCH v3 0/2] OpenRISC fixes for 9.2.0

2024-12-03 Thread Philippe Mathieu-Daudé
On 3/12/24 12:05, 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@9000 as default Joel Holdsworth (1): hw/openrisc: Fixed undercounting of TTCR in continuous mode Thanks, ser

[PATCH v3 0/2] OpenRISC fixes for 9.2.0

2024-12-03 Thread Stafford Horne
This series has 2 fixes for OpenRISC that came in over that past few months. Since v2: - Update the commit message of the serial@9000 patch to indicate the changes from v2. Since v1: - Use DIVIDE_ROUND_UP instead of open coding as pointed out by Richard - Fix off-by-1 bug in TTCR patch p