Re: [PATCH 0/1] Add missing function names to symbol list

2021-10-18 Thread Alex Bennée
Lukas Jünger writes: > On 10/18/21 13:18, Alex Bennée wrote: >> Lukas Jünger writes: >> >>> On 9/7/21 13:43, Alex Bennée wrote: Lukas Jünger writes: > Hi all, > >>> It seems like there is a race condition with the tcg threads. >>> The plugin exit handler is run with atexit

Re: [PATCH 0/1] Add missing function names to symbol list

2021-10-18 Thread Lukas Jünger
On 10/18/21 13:18, Alex Bennée wrote: Lukas Jünger writes: On 9/7/21 13:43, Alex Bennée wrote: Lukas Jünger writes: Hi all, I have been trying to use the hwprofile and cache plugin on qemu-system-riscv64. They failed to load with an undefined symbol error. It looks like some of the plugi

Re: [PATCH 0/1] Add missing function names to symbol list

2021-10-18 Thread Alex Bennée
Lukas Jünger writes: > On 9/7/21 13:43, Alex Bennée wrote: >> Lukas Jünger writes: >> >>> Hi all, >>> >>> I have been trying to use the hwprofile and cache plugin on >>> qemu-system-riscv64. They failed to load with an undefined >>> symbol error. It looks like some of the plugin API functions

Re: [PATCH 0/1] Add missing function names to symbol list

2021-10-18 Thread Lukas Jünger
On 9/7/21 13:43, Alex Bennée wrote: Lukas Jünger writes: Hi all, I have been trying to use the hwprofile and cache plugin on qemu-system-riscv64. They failed to load with an undefined symbol error. It looks like some of the plugin API functions are missing from the symbol list, so I added the

Re: [PATCH 0/1] Add missing function names to symbol list

2021-09-07 Thread Alex Bennée
Lukas Jünger writes: > Hi all, > > I have been trying to use the hwprofile and cache plugin on > qemu-system-riscv64. They failed to load with an undefined > symbol error. It looks like some of the plugin API functions > are missing from the symbol list, so I added them. Heh I had a similar pa

[PATCH 0/1] Add missing function names to symbol list

2021-09-05 Thread Lukas Jünger
Hi all, I have been trying to use the hwprofile and cache plugin on qemu-system-riscv64. They failed to load with an undefined symbol error. It looks like some of the plugin API functions are missing from the symbol list, so I added them. Afterwards the plugins worked (eventhough the cache plugin