commit | 754fd932bedacfd7de35cf74da6adca89ba28089 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Oct 28 10:52:40 2011 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Nov 01 10:58:08 2011 -0500 |
tree | 0ec076f3cec4c21cfbdd193e019a69f454145328 | |
parent | 3e837b2c05bc63fe2226baf3c29923d5a688593f [diff] |
qemu-tls.h: Add abstraction layer for TLS variables Add an abstraction layer for defining and using thread-local variables. For the moment this is implemented only for Linux, which means they can only be used in restricted circumstances. The abstraction layer allows us to add POSIX and Win32 support later. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>