Re: [PATCH v4 04/16] tcg/s390x: Add host vector framework

2021-09-14 Thread David Hildenbrand
On 26.06.21 07:02, Richard Henderson wrote: Add registers and function stubs. The functionality is disabled via squashing s390_facilities[2] to 0. We must still include results for the mandatory opcodes in tcg_target_op_def, as all opcodes are checked during tcg init. Signed-off-by: Richard He

[PATCH v4 04/16] tcg/s390x: Add host vector framework

2021-06-25 Thread Richard Henderson
Add registers and function stubs. The functionality is disabled via squashing s390_facilities[2] to 0. We must still include results for the mandatory opcodes in tcg_target_op_def, as all opcodes are checked during tcg init. Signed-off-by: Richard Henderson --- tcg/s390x/tcg-target-con-set.h |