From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5f0c-0007Q7-93 for qemu-devel@nongnu.org; Wed, 25 May 2016 16:02:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5f0X-0005zA-Ay for qemu-devel@nongnu.org; Wed, 25 May 2016 16:02:25 -0400 Received: from mail-lf0-x244.google.com ([2a00:1450:4010:c07::244]:34844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5f0X-0005z4-3a for qemu-devel@nongnu.org; Wed, 25 May 2016 16:02:21 -0400 Received: by mail-lf0-x244.google.com with SMTP id p10so4131735lfb.2 for ; Wed, 25 May 2016 13:02:20 -0700 (PDT) References: <20160524171856.1000-1-bobby.prani@gmail.com> <20160524171856.1000-3-bobby.prani@gmail.com> <8a9b6d4e-278a-08b5-d1fb-d66e28e8e3ac@twiddle.net> <87twhmc54i.fsf@linaro.org> <57460076.1080301@gmail.com> From: Sergey Fedorov Message-ID: <574604CA.9050904@gmail.com> Date: Wed, 25 May 2016 23:02:18 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 2/3] tcg: Add support for fence generation in x86 backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pranith Kumar Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , Richard Henderson , Peter Maydell , "open list:i386 target" On 25/05/16 22:59, Pranith Kumar wrote: > On Wed, May 25, 2016 at 3:43 PM, Sergey Fedorov wrote: >> I think it would better not to defer native support for the operation. >> It should be relatively simple instruction. Otherwise we could wind up >> deferring this indefinitely. >> > Agreed. I will go with the native generation for now. I mean we'd better implement native support for all the supported host architectures right away. Kind regards, Sergey