Re: [PATCH v5 22/57] tcg: Build ffi data structures for helpers

2021-03-16 Thread Richard Henderson
On 3/16/21 4:35 PM, Philippe Mathieu-Daudé wrote: Hi Richard, On 3/11/21 3:39 PM, Richard Henderson wrote: We will shortly use libffi for tci, as that is the only portable way of calling arbitrary functions. Signed-off-by: Richard Henderson --- meson.build| 9

Re: [PATCH v5 22/57] tcg: Build ffi data structures for helpers

2021-03-16 Thread Philippe Mathieu-Daudé
Hi Richard, On 3/11/21 3:39 PM, Richard Henderson wrote: > We will shortly use libffi for tci, as that is the only > portable way of calling arbitrary functions. > > Signed-off-by: Richard Henderson > --- > meson.build| 9 +- > include/exec/helper-ffi.h

[PATCH v5 22/57] tcg: Build ffi data structures for helpers

2021-03-11 Thread Richard Henderson
We will shortly use libffi for tci, as that is the only portable way of calling arbitrary functions. Signed-off-by: Richard Henderson --- meson.build| 9 +- include/exec/helper-ffi.h | 115 + include/exec/helper-tcg.h