Re: [PATCH 1/2] util/async: add a human-readable name to BHs for debugging

2021-04-15 Thread Philippe Mathieu-Daudé
On 4/14/21 10:02 PM, Stefan Hajnoczi wrote: > It can be difficult to debug issues with BHs in production environments. > Although BHs can usually be identified by looking up their ->cb() > function pointer, this requires debug information for the program. It is > also not possible to print

[PATCH 1/2] util/async: add a human-readable name to BHs for debugging

2021-04-14 Thread Stefan Hajnoczi
It can be difficult to debug issues with BHs in production environments. Although BHs can usually be identified by looking up their ->cb() function pointer, this requires debug information for the program. It is also not possible to print human-readable diagnostics about BHs because they have no