qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 2/3] block: GlusterFS helpers to interface w


From: Bharata B Rao
Subject: Re: [Qemu-devel] [RFC PATCH 2/3] block: GlusterFS helpers to interface with libglusterfs
Date: Tue, 19 Jun 2012 15:01:16 +0530
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Jun 18, 2012 at 06:35:52PM +0100, Stefan Hajnoczi wrote:
> On Mon, Jun 11, 2012 at 3:20 PM, Bharata B Rao
> <address@hidden> wrote:
> > +    ret = pthread_create(&thread, NULL, gluster_handle_poll,
> > +    (void *)gctx);
> 
> Please use qemu-thread.h.  QEMU uses signals so you almost certainly
> want to mask signals for this thread (qemu_thread_create() does that).

Ok. This is temporary since this entire patch (2/3) would be redundant
when we have libglusterfsclient working.

Regards,
Bharata.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]