Le 10/05/2018 à 11:35, Peter Maydell a écrit :
> On 10 May 2018 at 10:29, Laurent Vivier <laurent@vivier.eu> wrote:
>> thunk.c is part of linux-user and only used by it,
>> so move it to the linux-user directory.
>>
>> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
>> ---
>> Makefile.target | 2 +-
>> linux-user/Makefile.objs | 2 +-
>> thunk.c => linux-user/thunk.c | 0
>> 3 files changed, 2 insertions(+), 2 deletions(-)
>> rename thunk.c => linux-user/thunk.c (100%)
>
> bsd-user doesn't use it now, but I have a feeling maybe
> the currently-out-of-tree improvements do?
Yes, you're right, I've found it in
https://github.com/seanbruno/qemu-bsd-user/blob/bsd-user/bsd-user/bsd-ioctl.c
Thanks,
Laurent