summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-28 12:36:57 +0100
committerPaolo Bonzini2020-12-10 18:15:18 +0100
commit2c65db5e58d2c74921077f6c064ba4c91ebde16a (patch)
tree2f17d8e6b60cbb621521f2d534dc851e069fd31b /tests
parenthmp: introduce cmd_available (diff)
downloadqemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.tar.gz
qemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.tar.xz
qemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.zip
vl: extract softmmu/datadir.c
Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/fuzz/fuzz.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/fuzz/fuzz.c b/tests/qtest/fuzz/fuzz.c
index 7be7226bc0..238866a037 100644
--- a/tests/qtest/fuzz/fuzz.c
+++ b/tests/qtest/fuzz/fuzz.c
@@ -15,6 +15,7 @@
#include <wordexp.h>
+#include "qemu/datadir.h"
#include "sysemu/qtest.h"
#include "sysemu/runstate.h"
#include "sysemu/sysemu.h"