Re: [PATCH v3 00/24] tcg: backend constraints cleanup

2021-01-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210129201028.787853-1-richard.hender...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210129201028.787853-1-richard.hender...@linaro.org Subject: [PATCH v3 00/24

[PATCH v3 00/24] tcg: backend constraints cleanup

2021-01-29 Thread Richard Henderson
This pulls out constraints to a couple of headers, which reduces the boilerplate just a little. I have a longer term goal, which this aids, in which I move some of the startup-time debug-only validation into build/compile-time validation. But not yet. Changes for v3: * Split out tci ifdef remo