Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qemu-thread: use pthread_equal | Sebastian Herbszt | 2009-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes qemu-thread.c: In function `qemu_thread_equal': qemu-thread.c:161: error: invalid operands to binary == Use of pthread_equal suggested by Filip Navara. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | ||||
* | qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti) | aliguori | 2009-04-24 | 1 | -0/+163 |
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7237 c046a42c-6fe2-441c-8c8c-71466251a162 |