]> git.ipfire.org Git - thirdparty/qemu.git/commit
osdep: build with non-working system() function
authorJoelle van Dyne <j@getutm.app>
Tue, 26 Jan 2021 01:24:51 +0000 (17:24 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2021 10:47:28 +0000 (10:47 +0000)
commit1ad27f7d93f1a0f76b9cdad1bea01bcebfc130bc
treec3db458332d4f14d3b784de690b69f67044f7763
parent3812c0c4cbaf4b7b1be959ec6ca3303cdf92ca46
osdep: build with non-working system() function

Build without error on hosts without a working system(). If system()
is called, return -1 with ENOSYS.

Signed-off-by: Joelle van Dyne <j@getutm.app>
Message-id: 20210126012457.39046-6-j@getutm.app
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/qemu/osdep.h
meson.build