Re: [Qemu-devel] [PATCH risu 0/9] risu: refactor and reduce CPU-specific code

2017-02-28 Thread Peter Maydell
On 24 February 2017 at 18:15, Laurent Vivier wrote: > Le 24/02/2017 à 18:35, Peter Maydell a écrit : >> This patchset refactors the risu C code to reduce the significant >> amount of duplicated and duplicated-but-not-quite-the-same code >> in the per-CPU files. >> >> I've compile tested this for a

Re: [Qemu-devel] [PATCH risu 0/9] risu: refactor and reduce CPU-specific code

2017-02-24 Thread Peter Maydell
On 24 February 2017 at 18:15, Laurent Vivier wrote: > Le 24/02/2017 à 18:35, Peter Maydell a écrit : >> My motivation for all this, incidentally, is that I wanted to have >> a go at resurrecting the x86 backend as a test case for how we >> should support variable-length instruction sets. > > I thi

Re: [Qemu-devel] [PATCH risu 0/9] risu: refactor and reduce CPU-specific code

2017-02-24 Thread Laurent Vivier
Le 24/02/2017 à 18:35, Peter Maydell a écrit : > This patchset refactors the risu C code to reduce the significant > amount of duplicated and duplicated-but-not-quite-the-same code > in the per-CPU files. > > I've compile tested this for all architectures, but I'm not in a > position to do runtime

[Qemu-devel] [PATCH risu 0/9] risu: refactor and reduce CPU-specific code

2017-02-24 Thread Peter Maydell
This patchset refactors the risu C code to reduce the significant amount of duplicated and duplicated-but-not-quite-the-same code in the per-CPU files. I've compile tested this for all architectures, but I'm not in a position to do runtime tests for non-ARM (my attempt to use the ppc64le risu unde