]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Move shmat and shmdt implementations to mmap.c
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 20 Aug 2023 16:24:14 +0000 (09:24 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 1 Sep 2023 20:35:02 +0000 (13:35 -0700)
commit225a206c4474f8344c8f0c13b735c414d0f170c7
tree06e8953498ddaddbd8bd4b60015030a0681e93f7
parentf6d45542424f07247c11d074f3504a9eeb79e21c
linux-user: Move shmat and shmdt implementations to mmap.c

Rename from do_* to target_*.  Fix some minor checkpatch errors.

Tested-by: Helge Deller <deller@gmx.de>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/mmap.c
linux-user/syscall.c
linux-user/user-mmap.h