diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-05-25 16:41:26 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-05-28 11:42:56 +0200 |
commit | 06680b15b4ee3184b57c9c910886a9ff8a7e58c0 (patch) | |
tree | 627126d7b88d195950f785c3344f5d53cc0f1768 /tests/qtest/fuzz | |
parent | 2417cbd5916d043e0c56408221fbe9935d0bc8da (diff) | |
download | qemu-06680b15b4ee3184b57c9c910886a9ff8a7e58c0.zip qemu-06680b15b4ee3184b57c9c910886a9ff8a7e58c0.tar.gz qemu-06680b15b4ee3184b57c9c910886a9ff8a7e58c0.tar.bz2 |
include: move qemu_*_exec_dir() to cutils
The function is required by get_relocated_path() (already in cutils),
and used by qemu-ga and may be generally useful.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220525144140.591926-2-marcandre.lureau@redhat.com>
Diffstat (limited to 'tests/qtest/fuzz')
-rw-r--r-- | tests/qtest/fuzz/fuzz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/fuzz/fuzz.c b/tests/qtest/fuzz/fuzz.c index a7a5e14..0ad4ba9 100644 --- a/tests/qtest/fuzz/fuzz.c +++ b/tests/qtest/fuzz/fuzz.c @@ -15,6 +15,7 @@ #include <wordexp.h> +#include "qemu/cutils.h" #include "qemu/datadir.h" #include "sysemu/sysemu.h" #include "sysemu/qtest.h" |