aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390x/tcg-target-con-str.h
AgeCommit message (Collapse)AuthorFilesLines
2021-10-05tcg/s390x: Add host vector frameworkRichard Henderson1-0/+1
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. Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-10-05tcg/s390x: Rename from tcg/s390Richard Henderson1-0/+28
This emphasizes that we don't support s390, only 64-bit s390x hosts. Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>