mbox

[PULL,0/1] OpenRISC FPU Fix for 8.1

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

Pull-request

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

Message

Stafford Horne Aug. 9, 2023, 8:34 p.m. UTC
The following changes since commit ccdd31267678db9d80578b5f80bbe94141609ef4:

  Merge tag 'pull-qapi-2023-07-26-v2' of https://repo.or.cz/qemu/armbru into staging (2023-07-26 07:16:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 765fdc1e8355d4bae563b3b185c5f9d079384164:

  target/openrisc: Set EPCR to next PC on FPE exceptions (2023-07-31 22:01:03 +0100)

----------------------------------------------------------------
OpenRISC FPU Fix for 8.1

A patch to pass the correct exception address when handling floating
point exceptions.

----------------------------------------------------------------
Stafford Horne (1):
      target/openrisc: Set EPCR to next PC on FPE exceptions

 target/openrisc/interrupt.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

Richard Henderson Aug. 10, 2023, 1:15 a.m. UTC | #1
On 8/9/23 13:34, Stafford Horne wrote:
> The following changes since commit ccdd31267678db9d80578b5f80bbe94141609ef4:
> 
>    Merge tag 'pull-qapi-2023-07-26-v2' ofhttps://repo.or.cz/qemu/armbru  into staging (2023-07-26 07:16:19 -0700)
> 
> are available in the Git repository at:
> 
>    https://github.com/stffrdhrn/qemu.git  tags/or1k-pull-request-20230809
> 
> for you to fetch changes up to 765fdc1e8355d4bae563b3b185c5f9d079384164:
> 
>    target/openrisc: Set EPCR to next PC on FPE exceptions (2023-07-31 22:01:03 +0100)
> 
> ----------------------------------------------------------------
> OpenRISC FPU Fix for 8.1
> 
> A patch to pass the correct exception address when handling floating
> point exceptions.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~