<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/qemu-thread.c, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/qemu-thread.c?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/qemu-thread.c?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2011-03-13T14:44:21+00:00</updated>
<entry>
<title>add win32 qemu-thread implementation</title>
<updated>2011-03-13T14:44:21+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2011-03-12T16:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9257d46d55f1fe4e8209be9a6870e339ac3266fe'/>
<id>urn:sha1:9257d46d55f1fe4e8209be9a6870e339ac3266fe</id>
<content type='text'>
For now, qemu_cond_timedwait and qemu_mutex_timedlock are left as
POSIX-only functions.  They can be removed later, once the patches
that remove their uses are in.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refactor thread retrieval and check</title>
<updated>2011-03-13T14:44:21+00:00</updated>
<author>
<name>Jan Kiszka</name>
</author>
<published>2011-03-12T16:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b7680cb6078bd7294a3dd86473d3f2fdee991dd0'/>
<id>urn:sha1:b7680cb6078bd7294a3dd86473d3f2fdee991dd0</id>
<content type='text'>
We have qemu_cpu_self and qemu_thread_self. The latter is retrieving the
current thread, the former is checking for equality (using CPUState). We
also have qemu_thread_equal which is only used like qemu_cpu_self.

This refactors the interfaces, creating qemu_cpu_is_self and
qemu_thread_is_self as well ass qemu_thread_get_self.

Signed-off-by: Jan Kiszka &lt;jan.kiszka@siemens.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Blue Swirl &lt;blauwirbel@gmail.com&gt;
</content>
</entry>
<entry>
<title>qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exit</title>
<updated>2010-07-26T22:36:14+00:00</updated>
<author>
<name>Corentin Chary</name>
</author>
<published>2010-07-07T18:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=313b1d697d58f284f4490d135a652f8280c52e8a'/>
<id>urn:sha1:313b1d697d58f284f4490d135a652f8280c52e8a</id>
<content type='text'>
Add some missing functions in qemu-thread. Currently qemu-thread
is only used for io-thread but it will used by the vnc server soon
and we need those functions instead of calling pthread directly.

Signed-off-by: Corentin Chary &lt;corentincj@iksaif.net&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>make qemu_thread_create block all signals</title>
<updated>2010-06-14T20:46:28+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2010-06-03T13:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=55541c8afc1a2d75de890c6ee858769d7d605526'/>
<id>urn:sha1:55541c8afc1a2d75de890c6ee858769d7d605526</id>
<content type='text'>
All signals will thus be routed through the IO thread.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>qemu-thread: use pthread_equal</title>
<updated>2009-07-22T15:58:49+00:00</updated>
<author>
<name>Sebastian Herbszt</name>
</author>
<published>2009-07-19T13:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=609f2fabab3ca9cedd69c499dc94bb2019d4f665'/>
<id>urn:sha1:609f2fabab3ca9cedd69c499dc94bb2019d4f665</id>
<content type='text'>
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 &lt;herbszt@gmx.de&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>qemu: mutex/thread/cond wrappers and configure tweaks (Marcelo Tosatti)</title>
<updated>2009-04-24T18:03:15+00:00</updated>
<author>
<name>aliguori</name>
</author>
<published>2009-04-24T18:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e5d355d12ed417fbde1c707121ec8fb4070d7667'/>
<id>urn:sha1:e5d355d12ed417fbde1c707121ec8fb4070d7667</id>
<content type='text'>
Signed-off-by: Marcelo Tosatti &lt;mtosatti@redhat.com&gt;
Signed-off-by: Anthony Liguori &lt;aliguori@us.ibm.com&gt;


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7237 c046a42c-6fe2-441c-8c8c-71466251a162
</content>
</entry>
</feed>
