[PULL 0/1] OpenRISC FPU Fix for 8.1

Stafford Horne posted 1 patch 1 year, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230809203432.424071-1-shorne@gmail.com
Maintainers: Stafford Horne <shorne@gmail.com>
target/openrisc/interrupt.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
[PULL 0/1] OpenRISC FPU Fix for 8.1
Posted by Stafford Horne 1 year, 3 months ago
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(-)
Re: [PULL 0/1] OpenRISC FPU Fix for 8.1
Posted by Richard Henderson 1 year, 3 months ago
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~