qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] Win32 queue, part 1
@ 2011-02-10 17:37 Paolo Bonzini
  2011-02-10 17:37 ` [Qemu-devel] [PATCH 1/7] unlock iothread during WaitForMultipleObjects Paolo Bonzini
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Paolo Bonzini @ 2011-02-10 17:37 UTC (permalink / raw)
  To: qemu-devel

Here is the first part of my Win32 queue.  With these patches, VNC
threads should work and only IPI is missing for iothread to work
as well.

Paolo Bonzini (7):
  unlock iothread during WaitForMultipleObjects
  implement win32 dynticks timer
  use win32 timer queues
  add win32 qemu-thread implementation
  include qemu-thread.h early
  add assertions on the owner of a QemuMutex
  remove CONFIG_THREAD

 Makefile.objs                        |    4 +-
 configure                            |    2 -
 cpus.c                               |    3 +-
 os-win32.c                           |    2 +
 qemu-thread.c => qemu-thread-posix.c |   20 +++-
 qemu-thread-posix.h                  |   19 +++
 qemu-thread-win32.c                  |  272 ++++++++++++++++++++++++++++++++++
 qemu-thread-win32.h                  |   22 +++
 qemu-thread.h                        |   27 ++--
 qemu-timer.c                         |   88 +++++------
 10 files changed, 387 insertions(+), 72 deletions(-)
 rename qemu-thread.c => qemu-thread-posix.c (86%)
 create mode 100644 qemu-thread-posix.h
 create mode 100644 qemu-thread-win32.c
 create mode 100644 qemu-thread-win32.h

-- 
1.7.3.5

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-02-21  8:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-10 17:37 [Qemu-devel] [PATCH 0/7] Win32 queue, part 1 Paolo Bonzini
2011-02-10 17:37 ` [Qemu-devel] [PATCH 1/7] unlock iothread during WaitForMultipleObjects Paolo Bonzini
2011-02-10 17:37 ` [Qemu-devel] [PATCH 2/7] implement win32 dynticks timer Paolo Bonzini
2011-02-20 21:15   ` [Qemu-devel] " Blue Swirl
2011-02-21  8:07     ` Paolo Bonzini
2011-02-10 17:37 ` [Qemu-devel] [PATCH 3/7] use win32 timer queues Paolo Bonzini
2011-02-10 17:37 ` [Qemu-devel] [PATCH 4/7] add win32 qemu-thread implementation Paolo Bonzini
2011-02-10 19:46   ` [Qemu-devel] " Stefan Weil
2011-02-11 12:28     ` Paolo Bonzini
2011-02-20 21:11       ` Blue Swirl
2011-02-10 17:37 ` [Qemu-devel] [PATCH 5/7] include qemu-thread.h early Paolo Bonzini
2011-02-10 17:37 ` [Qemu-devel] [PATCH 6/7] add assertions on the owner of a QemuMutex Paolo Bonzini
2011-02-10 18:25   ` [Qemu-devel] " Jan Kiszka
2011-02-11 12:14     ` Paolo Bonzini
2011-02-11 12:54       ` Jan Kiszka
2011-02-10 17:37 ` [Qemu-devel] [PATCH 7/7] remove CONFIG_THREAD Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).