From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA4QT-0001Lh-F3 for qemu-devel@nongnu.org; Thu, 15 Aug 2013 16:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VA4QK-0006HU-Vf for qemu-devel@nongnu.org; Thu, 15 Aug 2013 16:45:45 -0400 Received: from mail-ve0-x22b.google.com ([2607:f8b0:400c:c01::22b]:46985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA4QK-0006HM-SS for qemu-devel@nongnu.org; Thu, 15 Aug 2013 16:45:36 -0400 Received: by mail-ve0-f171.google.com with SMTP id pa12so929876veb.2 for ; Thu, 15 Aug 2013 13:45:36 -0700 (PDT) Sender: Richard Henderson Message-ID: <520D3DEB.4020903@twiddle.net> Date: Thu, 15 Aug 2013 13:45:31 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1375726045-20797-1-git-send-email-rth@twiddle.net> <1375726045-20797-5-git-send-email-rth@twiddle.net> <20130815155440.GA29032@ohm.aurel32.net> In-Reply-To: <20130815155440.GA29032@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-next 4/8] tcg: Add mmu helpers that take a return address argument List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 08/15/2013 08:54 AM, Aurelien Jarno wrote: > Why removing this st*_cmmu versions? There might be a good reason, but > it should be indicated in the patch description. Though the prototypes existed, the bodies were never generated. We already ifdef out the store functions in the template when invoked for reading for code. r~