From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtZ5L-0000W9-N6 for qemu-devel@nongnu.org; Mon, 01 Jul 2013 04:03:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtZ5K-00016p-Ee for qemu-devel@nongnu.org; Mon, 01 Jul 2013 04:03:43 -0400 Date: Mon, 1 Jul 2013 10:03:34 +0200 From: Stefan Hajnoczi Message-ID: <20130701080334.GB7105@stefanha-thinkpad.redhat.com> References: <1372101677-46175-1-git-send-email-emaste@freebsd.org> <51CD669A.1010100@msgid.tls.msk.ru> <51CD8985.6020401@redhat.com> <51CDA1E7.9000100@redhat.com> <51CDA797.9000803@redhat.com> <51CDADD2.2010405@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51CDADD2.2010405@redhat.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] tls.h: Enable TLS on FreeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-trivial@nongnu.org, Peter Maydell , Michael Tokarev , Ed Maste , qemu-devel On Fri, Jun 28, 2013 at 05:37:54PM +0200, Paolo Bonzini wrote: > Il 28/06/2013 17:35, Ed Maste ha scritto: > > On 28 June 2013 11:11, Paolo Bonzini wrote: > >> And of course if bsd-user supported 1:1 mapping between guest and host > >> threads on FreeBSD, cpu_single_env would have to be thread-local. > > > > This is the case for the bsd-user work that Stacey posted at the > > beginning of the week and is currently being revised after the initial > > round of comments. > > > > Can you comment on how quickly your tls work is expected to arrive? > > We'll have to rebase on top of it, if it's in the next few days or so. > > Maybe a week or two. > > To simplify rebase, if you want you can take the conflicting patch from > http://article.gmane.org/gmane.comp.emulators.qemu/216583/raw. I'll post the latest tweaked version of Paolo's improved tls.h that I'm working with today. Stefan