qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 02/20] user: Extract common MMAP API to 'user/mmap.h'


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 02/20] user: Extract common MMAP API to 'user/mmap.h'
Date: Fri, 24 Jan 2025 00:45:52 +0100
User-agent: Mozilla Thunderbird

On 24/1/25 00:43, Philippe Mathieu-Daudé wrote:
Keep common MMAP-related declarations in a single place.

Note, this disable ThreadSafetyAnalysis on Linux for:
- mmap_fork_start()
- mmap_fork_end().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

I forgot to include:
Reviewed-by: Warner Losh <imp@bsdimp.com>

---
  bsd-user/qemu.h        | 12 +-----------
  include/user/mmap.h    | 32 ++++++++++++++++++++++++++++++++
  linux-user/user-mmap.h | 19 ++-----------------
  3 files changed, 35 insertions(+), 28 deletions(-)
  create mode 100644 include/user/mmap.h




reply via email to

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