From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJVRi-0002kX-QA for qemu-devel@nongnu.org; Wed, 03 Oct 2012 16:21:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJVRh-0004ek-GC for qemu-devel@nongnu.org; Wed, 03 Oct 2012 16:21:30 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:50326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJVRh-0004eb-9h for qemu-devel@nongnu.org; Wed, 03 Oct 2012 16:21:29 -0400 Message-ID: <506C9E46.9030504@weilnetz.de> Date: Wed, 03 Oct 2012 22:21:26 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1349118049-20978-1-git-send-email-aurelien@aurel32.net> In-Reply-To: <1349118049-20978-1-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg: remove obsolete jmp op List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org Am 01.10.2012 21:00, schrieb Aurelien Jarno: > The TCG jmp operation doesn't really make sense in the QEMU context, it > is unused, it is not implemented by some targets, and it is wrongly > implemented by some others. > > This patch simply removes it. > > Cc: Andrzej Zaborowski > Cc: Richard Henderson > Cc: Vassili Karpov (malc) > Cc: Alexander Graf > Cc: Blue Swirl > Cc: Stefan Weil > Signed-off-by: Aurelien Jarno > --- > tcg/README | 7 +------ > tcg/arm/tcg-target.c | 7 ------- > tcg/hppa/tcg-target.c | 6 ------ > tcg/i386/tcg-target.c | 9 --------- > tcg/ia64/tcg-target.c | 4 ---- > tcg/mips/tcg-target.c | 5 ----- > tcg/ppc/tcg-target.c | 10 ---------- > tcg/ppc64/tcg-target.c | 10 ---------- > tcg/s390/tcg-target.c | 6 ------ > tcg/sparc/tcg-target.c | 2 -- > tcg/tcg-opc.h | 1 - > tcg/tci/tcg-target.c | 4 ---- > tci.c | 1 - > 13 files changed, 1 insertion(+), 71 deletions(-) > > Acked-by: Stefan Weil