From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utgqq-0004Y2-1J for qemu-devel@nongnu.org; Mon, 01 Jul 2013 12:21:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Utgqn-0001Vq-Pv for qemu-devel@nongnu.org; Mon, 01 Jul 2013 12:21:15 -0400 Received: from mail-qe0-x229.google.com ([2607:f8b0:400d:c02::229]:41963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Utgqn-0001VV-LT for qemu-devel@nongnu.org; Mon, 01 Jul 2013 12:21:13 -0400 Received: by mail-qe0-f41.google.com with SMTP id b4so1815208qen.0 for ; Mon, 01 Jul 2013 09:21:13 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51D1AC75.3000000@redhat.com> Date: Mon, 01 Jul 2013 18:21:09 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1372444009-11544-1-git-send-email-pbonzini@redhat.com> <1372444009-11544-6-git-send-email-pbonzini@redhat.com> <51D15DDC.3030705@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 05/30] exec: do not use qemu/tls.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org Il 01/07/2013 13:05, Peter Maydell ha scritto: >> > This patch does not make things worse than before. If anything, it's >> > better because *more* targets have non-TLS semantics: namely non-KVM >> > targets on Linux become non-TLS. > That is making things worse! Non-TLS is the untested minority > case, we want to be taking things out of it, not pushing > configs that were previously TLS into it. I think we should strive for one of these two: (1) all targets are TLS; (2) all targets are non-TLS if this is possible. Either maximizes the homogeneity across platforms. Paolo