From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TInKM-0005Oz-B0 for qemu-devel@nongnu.org; Mon, 01 Oct 2012 17:14:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TInKL-000746-3J for qemu-devel@nongnu.org; Mon, 01 Oct 2012 17:14:58 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:51657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TInKK-000742-Tg for qemu-devel@nongnu.org; Mon, 01 Oct 2012 17:14:57 -0400 Received: by pbbrp2 with SMTP id rp2so8227148pbb.4 for ; Mon, 01 Oct 2012 14:14:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <506A07DA.3030106@twiddle.net> Date: Mon, 01 Oct 2012 14:15:06 -0700 From: Richard Henderson 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=UTF-8 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: Stefan Weil , qemu-devel@nongnu.org, Alexander Graf , Blue Swirl On 2012-10-01 12:00, Aurelien Jarno wrote: > 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 Yaye. I posted a patch to do this 2 years ago and it got missed. Reviewed-by: Richard Henderson r~