From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgF6C-00028Q-Si for qemu-devel@nongnu.org; Fri, 02 May 2014 11:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WgF68-0004N9-4X for qemu-devel@nongnu.org; Fri, 02 May 2014 11:10:04 -0400 Received: from mail-qg0-x230.google.com ([2607:f8b0:400d:c04::230]:34861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WgF68-0004Mw-0X for qemu-devel@nongnu.org; Fri, 02 May 2014 11:10:00 -0400 Received: by mail-qg0-f48.google.com with SMTP id i50so3476054qgf.35 for ; Fri, 02 May 2014 08:09:59 -0700 (PDT) Sender: Richard Henderson Message-ID: <5363B543.7080503@twiddle.net> Date: Fri, 02 May 2014 08:09:55 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1399040419-9227-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1399040419-9227-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] disas/libvixl: Update to libvixl 1.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Michael Tokarev , =?ISO-8859-1?Q?Alex_Benn=E9e?= , Christoffer Dall , patches@linaro.org On 05/02/2014 07:20 AM, Peter Maydell wrote: > Update our copy of libvixl to upstream's 1.4 release. > Note that we no longer need any local fixes for compilation > on 32 bit hosts -- they have all been integrated upstream. > > Signed-off-by: Peter Maydell > --- > This supersedes the earlier series for updating to 1.3, > obviously. Helpfully we no longer need to mess about with > disabling and reenabling the disassembler, because all > the fixes we need to compile on 32 bit hosts have now > made it upstream. Excellent. Acked-by: Richard Henderson r~