summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/ubuntu1804.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/ubuntu1804.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/ubuntu1804.docker')
-rw-r--r--tests/docker/dockerfiles/ubuntu1804.docker1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/ubuntu1804.docker b/tests/docker/dockerfiles/ubuntu1804.docker
index c0d3642507..2f1ec7c42b 100644
--- a/tests/docker/dockerfiles/ubuntu1804.docker
+++ b/tests/docker/dockerfiles/ubuntu1804.docker
@@ -16,6 +16,7 @@ ENV PACKAGES \
libdrm-dev \
libepoxy-dev \
libfdt-dev \
+ libffi-dev \
libgbm-dev \
libgtk-3-dev \
libibverbs-dev \