[Qemu-devel] Re: [PATCH 08/13] Remove thread_create routine.

2011-01-06 Thread Arun R Bharadwaj
* Stefan Hajnoczi stefa...@linux.vnet.ibm.com [2011-01-05 19:56:00]:

 On Tue, Jan 04, 2011 at 10:57:49AM +0530, Arun R Bharadwaj wrote:
  Remove thread_create and use qemu_thread_create instead.
  
  Signed-off-by: Arun R Bharadwaj a...@linux.vnet.ibm.com
  ---
   posix-aio-compat.c |   19 ++-
   1 files changed, 2 insertions(+), 17 deletions(-)
  
 
 Can we remove #include pthread.h now?
 

Yes we can now remove this.

 Stefan



[Qemu-devel] Re: [PATCH 08/13] Remove thread_create routine.

2011-01-05 Thread Stefan Hajnoczi
On Tue, Jan 04, 2011 at 10:57:49AM +0530, Arun R Bharadwaj wrote:
 Remove thread_create and use qemu_thread_create instead.
 
 Signed-off-by: Arun R Bharadwaj a...@linux.vnet.ibm.com
 ---
  posix-aio-compat.c |   19 ++-
  1 files changed, 2 insertions(+), 17 deletions(-)
 

Can we remove #include pthread.h now?

Stefan