On Fri, Mar 7, 2025 at 6:10 AM Philippe Mathieu-Daudé
wrote:
> Propagate the alignment to mmap_find_vma(), effectively
> embedding mmap_find_vma_aligned() within mmap_find_vma().
>
> Since we ignore the alignment in do_bsd_shmat(), leave a
> FIXME comment.
>
> Signed-off-by: Philippe Mathieu-Daud
On 7/3/25 17:08, Richard Henderson wrote:
On 3/7/25 05:09, Philippe Mathieu-Daudé wrote:
Propagate the alignment to mmap_find_vma(), effectively
embedding mmap_find_vma_aligned() within mmap_find_vma().
Since we ignore the alignment in do_bsd_shmat(), leave a
FIXME comment.
Signed-off-by: Phil
On 3/7/25 05:09, Philippe Mathieu-Daudé wrote:
Propagate the alignment to mmap_find_vma(), effectively
embedding mmap_find_vma_aligned() within mmap_find_vma().
Since we ignore the alignment in do_bsd_shmat(), leave a
FIXME comment.
Signed-off-by: Philippe Mathieu-Daudé
---
bsd-user/bsd-mem.
Propagate the alignment to mmap_find_vma(), effectively
embedding mmap_find_vma_aligned() within mmap_find_vma().
Since we ignore the alignment in do_bsd_shmat(), leave a
FIXME comment.
Signed-off-by: Philippe Mathieu-Daudé
---
bsd-user/bsd-mem.h | 2 +-
bsd-user/qemu.h| 2 +-
bsd-user/mm