From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3eUZ-0006OL-5l for qemu-devel@nongnu.org; Thu, 27 Apr 2017 04:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3eUY-0001XA-E1 for qemu-devel@nongnu.org; Thu, 27 Apr 2017 04:09:35 -0400 Sender: Richard Henderson References: <1493263764-18657-1-git-send-email-cota@braap.org> <1493263764-18657-4-git-send-email-cota@braap.org> From: Richard Henderson Message-ID: <7f2ce7e7-4000-275f-1e83-7ce1ec8ff44e@twiddle.net> Date: Thu, 27 Apr 2017 10:09:24 +0200 MIME-Version: 1.0 In-Reply-To: <1493263764-18657-4-git-send-email-cota@braap.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 03/11] tcg: introduce goto_ptr opcode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Peter Crosthwaite , Peter Maydell , Eduardo Habkost , Andrzej Zaborowski , Aurelien Jarno , Alexander Graf , Stefan Weil , qemu-arm@nongnu.org, alex.bennee@linaro.org, Pranith Kumar On 04/27/2017 05:29 AM, Emilio G. Cota wrote: > Signed-off-by: Emilio G. Cota > --- > tcg/aarch64/tcg-target.h | 1 + > tcg/arm/tcg-target.h | 1 + > tcg/i386/tcg-target.h | 1 + > tcg/ia64/tcg-target.h | 1 + > tcg/mips/tcg-target.h | 1 + > tcg/ppc/tcg-target.h | 1 + > tcg/s390/tcg-target.h | 1 + > tcg/sparc/tcg-target.h | 1 + > tcg/tcg-opc.h | 1 + > tcg/tci/tcg-target.h | 1 + > 10 files changed, 10 insertions(+) Reviewed-by: Richard Henderson r~