qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] target/alpha: Fix bug 1701835


From: Richard Henderson
Subject: [Qemu-devel] [PATCH 0/2] target/alpha: Fix bug 1701835
Date: Fri, 26 Apr 2019 17:51:22 -0700

Serves me right for really only being interested in system testing.
Anyway, in order to emulate user-only properly, we have to do all
of the crazy things the kernel does, forced on us by the crazy DEC
hardware engineers.


r~


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

-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]