mbox

[PULL,0/2] OpenRISC updates for 9.2.0

Message ID 20241203111513.402641-1-shorne@gmail.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/stffrdhrn/qemu.git tags/pull-or1k-20241203

Message

Stafford Horne Dec. 3, 2024, 11:15 a.m. UTC
The following changes since commit f0a5a31c33a8109061c2493e475c8a2f4d022432:

  Update version for v9.2.0-rc0 release (2024-11-13 21:44:45 +0000)

are available in the Git repository at:

  https://github.com/stffrdhrn/qemu.git tags/pull-or1k-20241203

for you to fetch changes up to 3eb43aeb164f1f83c97ff693c7d464b49755110c:

  hw/openrisc: Fixed undercounting of TTCR in continuous mode (2024-12-03 10:59:25 +0000)

----------------------------------------------------------------
OpenRISC updates for 9.2.0

This series has 2 fixes:
 - Fix to keep serial@90000000 as default
 - Fixed undercounting of TTCR in continuous mode

----------------------------------------------------------------
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(-)

Comments

Peter Maydell Dec. 3, 2024, 4:49 p.m. UTC | #1
On Tue, 3 Dec 2024 at 11:16, Stafford Horne <shorne@gmail.com> wrote:
>
> The following changes since commit f0a5a31c33a8109061c2493e475c8a2f4d022432:
>
>   Update version for v9.2.0-rc0 release (2024-11-13 21:44:45 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/stffrdhrn/qemu.git tags/pull-or1k-20241203
>
> for you to fetch changes up to 3eb43aeb164f1f83c97ff693c7d464b49755110c:
>
>   hw/openrisc: Fixed undercounting of TTCR in continuous mode (2024-12-03 10:59:25 +0000)
>
> ----------------------------------------------------------------
> OpenRISC updates for 9.2.0
>
> This series has 2 fixes:
>  - Fix to keep serial@90000000 as default
>  - Fixed undercounting of TTCR in continuous mode
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM