[Qemu-devel] [PULL 0/2] target/alpha: Fix user-only floating-point exceptions

Richard Henderson posted 2 patches 6 years, 8 months ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190519143702.5587-1-richard.henderson@linaro.org
Maintainers: Riku Voipio <riku.voipio@iki.fi>, Richard Henderson <rth@twiddle.net>, Laurent Vivier <laurent@vivier.eu>
linux-user/syscall_defs.h |   3 +-
target/alpha/cpu.h        |  42 +++++++++++++++++++
linux-user/syscall.c      | 104 ++++++++++++++++++++++------------------------
target/alpha/fpu_helper.c |  21 ++++++++--
target/alpha/helper.c     |  39 ++++++++++++-----
5 files changed, 140 insertions(+), 69 deletions(-)
[Qemu-devel] [PULL 0/2] target/alpha: Fix user-only floating-point exceptions
Posted by Richard Henderson 6 years, 8 months ago
The following changes since commit 1b46b4daa6fbf45eddcf77877379a0afac341df9:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190517-pull-request' into staging (2019-05-17 17:25:19 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-axp-20190519

for you to fetch changes up to 21ba856499f9c0ccdc05ed04432df059ae76b337:

  target/alpha: Fix user-only floating-point exceptions (2019-05-19 07:30:03 -0700)

----------------------------------------------------------------
Fix https://bugs.launchpad.net/bugs/1701835

----------------------------------------------------------------
Richard Henderson (2):
      target/alpha: Clean up alpha_cpu_dump_state
      target/alpha: Fix user-only floating-point exceptions

 linux-user/syscall_defs.h |   3 +-
 target/alpha/cpu.h        |  42 +++++++++++++++++++
 linux-user/syscall.c      | 104 ++++++++++++++++++++++------------------------
 target/alpha/fpu_helper.c |  21 ++++++++--
 target/alpha/helper.c     |  39 ++++++++++++-----
 5 files changed, 140 insertions(+), 69 deletions(-)

Re: [Qemu-devel] [PULL 0/2] target/alpha: Fix user-only floating-point exceptions
Posted by Peter Maydell 6 years, 8 months ago
On Sun, 19 May 2019 at 15:37, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The following changes since commit 1b46b4daa6fbf45eddcf77877379a0afac341df9:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190517-pull-request' into staging (2019-05-17 17:25:19 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/rth7680/qemu.git tags/pull-axp-20190519
>
> for you to fetch changes up to 21ba856499f9c0ccdc05ed04432df059ae76b337:
>
>   target/alpha: Fix user-only floating-point exceptions (2019-05-19 07:30:03 -0700)
>
> ----------------------------------------------------------------
> Fix https://bugs.launchpad.net/bugs/1701835
>
> ----------------------------------------------------------------
> Richard Henderson (2):
>       target/alpha: Clean up alpha_cpu_dump_state
>       target/alpha: Fix user-only floating-point exceptions
>


Applied, thanks.

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

-- PMM