On Mon, Jan 24, 2011 at 9:00 PM, Anthony Liguori <aligu...@us.ibm.com> wrote: > +#ifdef _WIN32 > +GThread *q_thread_create_nosignal(GThreadFunc func, > + gpointer data, > + gboolean joinable, > + GError **error)
Let's not introduce a new naming convention, qemu_* is the norm. Stefan