qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN


From: Laurent Vivier
Subject: Re: [PATCH 3/6] linux-user: Add code for PR_GET/SET_UNALIGN
Date: Wed, 22 Dec 2021 21:56:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

Le 20/12/2021 à 22:41, Richard Henderson a écrit :
This requires extra work for each target, but adds the
common syscall code, and the necessary flag in CPUState.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/hw/core/cpu.h                     |  3 +++
  linux-user/generic/target_prctl_unalign.h | 27 +++++++++++++++++++++++
  cpu.c                                     | 20 ++++++++++++-----
  linux-user/syscall.c                      | 13 +++++++++--
  4 files changed, 56 insertions(+), 7 deletions(-)
  create mode 100644 linux-user/generic/target_prctl_unalign.h


Reviewed-by: Laurent Vivier <laurent@vivier.eu>




reply via email to

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