Re: [Qemu-devel] [PATCH] fix win32 build

2011-12-15 Thread Anthony Liguori
On 12/13/2011 06:43 AM, Paolo Bonzini wrote: 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

[Qemu-devel] [PATCH] fix win32 build

2011-12-13 Thread Paolo Bonzini
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 --- cpu-defs.h |9 + cp