Re: [Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework

2017-01-29 Thread Lluís Vilanova
Alex Bennée writes: > Lluís Vilanova writes: >> Lluís Vilanova writes: >> >>> 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 nec

Re: [Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework

2017-01-27 Thread Alex Bennée
Lluís Vilanova writes: > Lluís Vilanova writes: > >> 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 mak

Re: [Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework

2016-09-26 Thread Lluís Vilanova
Lluís Vilanova writes: > 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 mai

Re: [Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework

2016-09-13 Thread Lluís Vilanova
Lluís Vilanova writes: > 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 mai

Re: [Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework

2016-09-11 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 147342618684.13303.1583142856242164602.st...@fimbulvetr.bsc.es Subject: [Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework === TEST SCRIPT BEGIN

Re: [Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework

2016-09-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 147342618684.13303.1583142856242164602.st...@fimbulvetr.bsc.es Subject: [Qemu-devel] [RFC PATCH v2 0

[Qemu-devel] [RFC PATCH v2 0/6] translate: [tcg] Generic translation framework

2016-09-09 Thread Lluís Vilanova
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 keepin