Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | futex: add missing header guards | Emilio G. Cota | 2017-10-16 | 1 | -0/+5 |
| | | | | | | | | | The header file was introduced by fbcc3e5 ("qemu-thread: optimize QemuLockCnt with futexes on Linux", 2017-01-16) without header guards. Add them. Signed-off-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> | ||||
* | qemu-thread: optimize QemuLockCnt with futexes on Linux | Paolo Bonzini | 2017-01-16 | 1 | -0/+36 |
This is complex, but I think it is reasonably documented in the source. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20170112180800.21085-5-pbonzini@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> |