[Qemu-devel] [PATCH 0/7] linux-user fixes, mostly for hppa

Richard Henderson posted 7 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171031125358.23377-1-richard.henderson@linaro.org
Test checkpatch failed
Test docker passed
Test ppc passed
Test s390x passed
linux-user/hppa/syscall_nr.h |  2 +-
linux-user/hppa/target_cpu.h |  4 ++++
linux-user/syscall_defs.h    | 40 +++++++++++++++++++++++++++++++++++++++-
linux-user/signal.c          |  4 ++--
linux-user/syscall.c         | 31 ++++++++++++++++++++-----------
5 files changed, 66 insertions(+), 15 deletions(-)
[Qemu-devel] [PATCH 0/7] linux-user fixes, mostly for hppa
Posted by Richard Henderson 6 years, 5 months ago
I believe these were last posted back in March.
I must claim responsibility for not pinging earlier.


r~


Helge Deller (5):
  linux-user/hppa: Fix TARGET_SA_* defines
  linux-user/hppa: Fix typo for TARGET_NR_epoll_wait
  linux-user/hppa: Fix TARGET_MAP_TYPE
  linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK
  linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB

Richard Henderson (2):
  linux-user: Restrict usage of sa_restorer
  linux-user/hppa: Fix cpu_clone_regs

 linux-user/hppa/syscall_nr.h |  2 +-
 linux-user/hppa/target_cpu.h |  4 ++++
 linux-user/syscall_defs.h    | 40 +++++++++++++++++++++++++++++++++++++++-
 linux-user/signal.c          |  4 ++--
 linux-user/syscall.c         | 31 ++++++++++++++++++++-----------
 5 files changed, 66 insertions(+), 15 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PATCH 0/7] linux-user fixes, mostly for hppa
Posted by Riku Voipio 6 years, 5 months ago
On Tue, Oct 31, 2017 at 01:53:51PM +0100, Richard Henderson wrote:
> I believe these were last posted back in March.
> I must claim responsibility for not pinging earlier.

Thanks, applied to linux-user 
 
> 
> r~
> 
> 
> Helge Deller (5):
>   linux-user/hppa: Fix TARGET_SA_* defines
>   linux-user/hppa: Fix typo for TARGET_NR_epoll_wait
>   linux-user/hppa: Fix TARGET_MAP_TYPE
>   linux-user/hppa: Fix TARGET_F_RDLCK, TARGET_F_WRLCK, TARGET_F_UNLCK
>   linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB
> 
> Richard Henderson (2):
>   linux-user: Restrict usage of sa_restorer
>   linux-user/hppa: Fix cpu_clone_regs
> 
>  linux-user/hppa/syscall_nr.h |  2 +-
>  linux-user/hppa/target_cpu.h |  4 ++++
>  linux-user/syscall_defs.h    | 40 +++++++++++++++++++++++++++++++++++++++-
>  linux-user/signal.c          |  4 ++--
>  linux-user/syscall.c         | 31 ++++++++++++++++++++-----------
>  5 files changed, 66 insertions(+), 15 deletions(-)
> 
> -- 
> 2.13.6
> 
>