summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/fedora-i386-cross.docker
diff options
context:
space:
mode:
authorRichard Henderson2021-03-18 19:46:44 +0100
committerRichard Henderson2021-06-19 17:51:11 +0200
commit22f15579fa1ca654d331cac8e68a4e70981a8801 (patch)
tree4455d1d60b899f48d6e50f19cd8f9237d5bf2569 /tests/docker/dockerfiles/fedora-i386-cross.docker
parenttcg: Add tcg_call_func (diff)
downloadqemu-22f15579fa1ca654d331cac8e68a4e70981a8801.tar.gz
qemu-22f15579fa1ca654d331cac8e68a4e70981a8801.tar.xz
qemu-22f15579fa1ca654d331cac8e68a4e70981a8801.zip
tcg: Build ffi data structures for helpers
Add libffi as a build requirement for TCI. Add libffi to the dockerfiles to satisfy that requirement. Construct an ffi_cif structure for each unique typemask. Record the result in a separate hash table for later lookup; this allows helper_table to stay const. Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests/docker/dockerfiles/fedora-i386-cross.docker')
-rw-r--r--tests/docker/dockerfiles/fedora-i386-cross.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/fedora-i386-cross.docker b/tests/docker/dockerfiles/fedora-i386-cross.docker
index 66cdb06c19..8004fd8ee5 100644
--- a/tests/docker/dockerfiles/fedora-i386-cross.docker
+++ b/tests/docker/dockerfiles/fedora-i386-cross.docker
@@ -6,6 +6,7 @@ ENV PACKAGES \
findutils \
gcc \
git \
+ libffi-devel.i686 \
libtasn1-devel.i686 \
libzstd-devel.i686 \
make \