meson: Make DEBUG_REMAP a meson option
commit1f2355f53c752297789d431575c4ba975219599c
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 12 Mar 2024 00:23:30 +0000 (12 01:23 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 Apr 2024 22:46:00 +0000 (24 15:46 -0700)
tree204e5d1936c9f2979ef5a4e88473d59c37942924
parent85b597413d4370cb168f711192eaef2eb70535ac
meson: Make DEBUG_REMAP a meson option

Currently DEBUG_REMAP is a macro that needs to be manually #defined to
be activated, which makes it hard to have separate build directories
dedicated to testing the code with it. Promote it to a meson option.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20240312002402.14344-1-iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/qemu.h
linux-user/qemu.h
linux-user/uaccess.c
meson.build
meson_options.txt
scripts/meson-buildoptions.sh