This is a refresh of

  [email protected]
  [PATCH v4] Support madvise(MADV_DONTDUMP) when creating core \
  dumps for qemu-user

using my suggestion of expanding the interface of page_set_flags.


r~


Jon Wilson (1):
  linux-user: Support MADV_DONTDUMP, MADV_DODUMP

Richard Henderson (1):
  accel/tcg: Add clear_flags argument to page_set_flags

 bsd-user/bsd-mem.h             |   7 +-
 include/exec/page-protection.h |  21 +++---
 include/user/page-protection.h |   9 ++-
 target/arm/cpu.h               |   1 -
 accel/tcg/user-exec.c          | 114 +++++++++------------------------
 bsd-user/mmap.c                |   6 +-
 linux-user/arm/elfload.c       |   2 +-
 linux-user/elfload.c           |   4 +-
 linux-user/hppa/elfload.c      |   2 +-
 linux-user/mmap.c              |  38 +++++++----
 linux-user/x86_64/elfload.c    |   2 +-
 11 files changed, 85 insertions(+), 121 deletions(-)

-- 
2.43.0


Reply via email to