Re: [PATCH v3 23/24] tcg/tci: Split out constraint sets to tcg-target-con-set.h

2021-01-29 Thread Peter Maydell
On Fri, 29 Jan 2021 at 20:26, Richard Henderson wrote: > > This requires finishing the conversion to tcg_target_op_def. > > Signed-off-by: Richard Henderson > --- > tcg/tci/tcg-target-con-set.h | 25 > tcg/tci/tcg-target.h | 2 + > tcg/tci/tcg-target.c.inc | 279 +

[PATCH v3 23/24] tcg/tci: Split out constraint sets to tcg-target-con-set.h

2021-01-29 Thread Richard Henderson
This requires finishing the conversion to tcg_target_op_def. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target-con-set.h | 25 tcg/tci/tcg-target.h | 2 + tcg/tci/tcg-target.c.inc | 279 +-- 3 files changed, 161 insertions(+), 145 deletio