<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/qemu-thread-win32.h, 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-win32.h?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/qemu-thread-win32.h?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2012-12-19T07:32:39+00:00</updated>
<entry>
<title>misc: move include files to include/qemu/</title>
<updated>2012-12-19T07:32:39+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2012-12-17T17:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1de7afc984b49af164e2619e6850b9732b173b34'/>
<id>urn:sha1:1de7afc984b49af164e2619e6850b9732b173b34</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>qemu-thread: add QemuSemaphore</title>
<updated>2012-10-31T08:45:47+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2011-08-08T12:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=38b14db34e16bb0ae1f28b7ddccb6aa11a2a96a1'/>
<id>urn:sha1:38b14db34e16bb0ae1f28b7ddccb6aa11a2a96a1</id>
<content type='text'>
The new thread pool will use semaphores instead of condition
variables, because QemuCond does not have qemu_cond_timedwait.
(I also like it more this way).

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>fix win32 build</title>
<updated>2011-12-15T15:20:50+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2011-12-13T12:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1ecf47bf0a091700e45f1b7d1f5ad85abc0acd22'/>
<id>urn:sha1:1ecf47bf0a091700e45f1b7d1f5ad85abc0acd22</id>
<content type='text'>
On Windows, cpus.c needs access to the hThread.  Add a Windows-specific
function to grab it.  This requires changing the CPU threads to
joinable.  There is no substantial change because the threads run
in an infinite loop.

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: implement joinable threads for Win32</title>
<updated>2011-12-12T23:06:22+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2011-12-12T16:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=403e633126b7a781ecd48a29e3355770d46bbf1a'/>
<id>urn:sha1:403e633126b7a781ecd48a29e3355770d46bbf1a</id>
<content type='text'>
Rewrite the handshaking between qemu_thread_create and the
win32_start_routine, so that the thread can be joined without races.
Similar handshaking is done now between qemu_thread_exit and
qemu_thread_join.

This also simplifies how QemuThreads are initialized.

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>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>
</feed>
