On Mon, Jun 12, 2017 at 17:53:47 +0300, Lluís Vilanova wrote: > This series proposes a generic (target-agnostic) instruction translation > framework. > > It basically provides a generic main loop for instruction disassembly, which > calls target-specific functions when necessary. This generalization makes > inserting new code in the main loop easier, and helps in keeping all targets > in > synch as to the contents of it. > > This series also paves the way towards adding events to trace guest code > execution (BBLs and instructions). > > 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 merged.
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.