From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLzrn-0003J9-7W for qemu-devel@nongnu.org; Wed, 10 Oct 2012 13:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLzrh-0000vJ-6Y for qemu-devel@nongnu.org; Wed, 10 Oct 2012 13:14:43 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:45031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLzrh-0000vA-0Q for qemu-devel@nongnu.org; Wed, 10 Oct 2012 13:14:37 -0400 Received: by mail-pa0-f45.google.com with SMTP id fb10so820423pad.4 for ; Wed, 10 Oct 2012 10:14:36 -0700 (PDT) Sender: Richard Henderson Message-ID: <5075ACFA.1020904@twiddle.net> Date: Wed, 10 Oct 2012 10:14:34 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1349812584-19551-1-git-send-email-aurelien@aurel32.net> <1349812584-19551-16-git-send-email-aurelien@aurel32.net> In-Reply-To: <1349812584-19551-16-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 15/26] target-alpha: rename helper flags List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 10/09/2012 12:56 PM, Aurelien Jarno wrote: > Rename helper flags to the new ones. This is purely a mechanical change, > it's possible to use better flags by looking at the helpers. > > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno Acked-by: Richard Henderson r~