diff options
| author | Richard Henderson | 2021-03-18 19:46:44 +0100 |
|---|---|---|
| committer | Richard Henderson | 2021-06-19 17:51:11 +0200 |
| commit | 22f15579fa1ca654d331cac8e68a4e70981a8801 (patch) | |
| tree | 4455d1d60b899f48d6e50f19cd8f9237d5bf2569 /tests/docker/dockerfiles/ubuntu.docker | |
| parent | tcg: Add tcg_call_func (diff) | |
| download | qemu-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/ubuntu.docker')
| -rw-r--r-- | tests/docker/dockerfiles/ubuntu.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/ubuntu.docker b/tests/docker/dockerfiles/ubuntu.docker index 98a527361c..24d1647a65 100644 --- a/tests/docker/dockerfiles/ubuntu.docker +++ b/tests/docker/dockerfiles/ubuntu.docker @@ -28,6 +28,7 @@ ENV PACKAGES \ libdrm-dev \ libepoxy-dev \ libfdt-dev \ + libffi-dev \ libgbm-dev \ libgnutls28-dev \ libgtk-3-dev \ |
