On 30/5/26 23:12, Richard Henderson wrote:
This interface is only used for user-only. It's more usefully
placed within common-user than util. Temporarily add stub
implementation for bsd-user.
Signed-off-by: Richard Henderson <[email protected]>
---
include/{qemu => user}/selfmap.h | 0
{util => common-user}/selfmap.c | 6 +++++-
linux-user/elfload.c | 2 +-
linux-user/syscall.c | 2 +-
common-user/meson.build | 1 +
util/meson.build | 4 ----
6 files changed, 8 insertions(+), 7 deletions(-)
rename include/{qemu => user}/selfmap.h (100%)
rename {util => common-user}/selfmap.c (97%)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>