From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjeQ4-0008P0-Cz for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:21:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjePu-0005bX-FS for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:20:56 -0400 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:50343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjePu-0005bE-92 for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:20:46 -0400 Received: by mail-pa0-f44.google.com with SMTP id bj1so4327637pad.17 for ; Wed, 29 Oct 2014 18:20:44 -0700 (PDT) Sender: Richard Henderson Message-ID: <54519269.6010907@twiddle.net> Date: Wed, 29 Oct 2014 18:20:41 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1414588941-845-1-git-send-email-kbastian@mail.uni-paderborn.de> <1414588941-845-2-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1414588941-845-2-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] target-tricore: Add instructions of BOL opcode format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 10/29/2014 06:22 AM, Bastian Koppelmann wrote: > Add instructions of BOL opcode format. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 48 ++++++++++++++++++++++++++++++++++++++++ > target-tricore/tricore-opcodes.h | 4 +++- > 2 files changed, 51 insertions(+), 1 deletion(-) Ok. r~