qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 1/4] linux-user: Move shmat and shmdt implementations to mmap.c
Date: Mon, 21 Aug 2023 08:25:58 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 20/8/23 22:44, Richard Henderson wrote:
Rename from do_* to target_*.  Fix some minor checkpatch errors.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  linux-user/user-mmap.h |   4 ++
  linux-user/mmap.c      | 138 +++++++++++++++++++++++++++++++++++++++
  linux-user/syscall.c   | 143 ++---------------------------------------
  3 files changed, 146 insertions(+), 139 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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