aboutsummaryrefslogtreecommitdiff
path: root/disas.c
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2020-07-13 14:36:09 +0100
committerPeter Maydell <peter.maydell@linaro.org>2020-07-13 14:36:09 +0100
commit195588ccd55d3afa8621af3b4718babbf6cdca19 (patch)
treebae6792072dcfbc871023d7d2ed08d646a6c8525 /disas.c
parentc9c8b88f0bee1bf9e5f2011c67f8b579b6cf68d0 (diff)
downloadqemu-195588ccd55d3afa8621af3b4718babbf6cdca19.zip
qemu-195588ccd55d3afa8621af3b4718babbf6cdca19.tar.gz
qemu-195588ccd55d3afa8621af3b4718babbf6cdca19.tar.bz2
build: Check that mlockall() exists
Instead of assuming that all POSIX platforms provide mlockall(), test for it in configure. If the host doesn't provide this platform then os_mlock() will fail -ENOSYS, as it does already on Windows. This is necessary for Haiku, which does not have mlockall(). Signed-off-by: David Carlier <devnexen@gmail.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20200703145614.16684-4-peter.maydell@linaro.org [PMM: Expanded commit message; rename to HAVE_MLOCKALL] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'disas.c')
0 files changed, 0 insertions, 0 deletions