|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [PATCH v4 2/4] util/async: replace __thread with QEMU TLS macros |
| Date: | Mon, 21 Feb 2022 16:09:26 +0100 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 |
On 21/2/22 15:29, Stefan Hajnoczi wrote:
QEMU TLS macros must be used to make TLS variables safe with coroutines. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> --- util/async.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
| [Prev in Thread] | Current Thread | [Next in Thread] |