From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMbOt-0007Kb-Vk for qemu-devel@nongnu.org; Sun, 18 Jun 2017 10:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMbOp-00067N-59 for qemu-devel@nongnu.org; Sun, 18 Jun 2017 10:42:04 -0400 Received: from roura.ac.upc.edu ([147.83.33.10]:57393 helo=roura.ac.upc.es) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMbOo-000668-PG for qemu-devel@nongnu.org; Sun, 18 Jun 2017 10:41:59 -0400 From: =?utf-8?Q?Llu=C3=ADs_Vilanova?= References: <149727922719.28532.11985025310576184920.stgit@frigg.lan> <20170615180216.GA8411@flamenco> Date: Sun, 18 Jun 2017 17:41:45 +0300 In-Reply-To: <20170615180216.GA8411@flamenco> (Emilio G. Cota's message of "Thu, 15 Jun 2017 14:02:16 -0400") Message-ID: <87efuhcq8m.fsf@frigg.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC PATCH v6 0/6] translate: [tcg] Generic translation framework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" Cc: qemu-devel@nongnu.org, Paolo Bonzini , Peter Crosthwaite , Alex =?utf-8?Q?Benn=C3=A9e?= , Richard Henderson Emilio G Cota writes: > On Mon, Jun 12, 2017 at 17:53:47 +0300, Llu=C3=ADs Vilanova wrote: >> This series proposes a generic (target-agnostic) instruction translation >> framework. >>=20 >> It basically provides a generic main loop for instruction disassembly, w= hich >> calls target-specific functions when necessary. This generalization makes >> inserting new code in the main loop easier, and helps in keeping all tar= gets in >> synch as to the contents of it. >>=20 >> This series also paves the way towards adding events to trace guest code >> execution (BBLs and instructions). >>=20 >> I've ported i386/x86-64 and arm/aarch64 as an example to see how it fits= in the >> current organization, but will port the rest when this series gets merge= d. > It seems patch 5 didn't make it through the list (the list drops patches > sometimes): > https://lists.gnu.org/archive/html/qemu-devel/2017-06/msg02833.html > I think I've found it in your qemu-dbi tree though (1c97cf92b06). > I pasted it here: https://pastebin.ca/3832616 > E. Yes, I realized that but was waiting to accumulate some changes before send= ing a new series. Thanks! :) Lluis