On 12/25/20 9:19 PM, Richard Henderson wrote: > We will shortly need to be able to check facilities beyond the > first 64. Instead of explicitly masking against s390_facilities, > create a HAVE_FACILITY macro that indexes an array. > > Reviewed-by: David Hildenbrand <da...@redhat.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > v2: Change name to HAVE_FACILITY (david) > --- > tcg/s390x/tcg-target.h | 29 ++++++++------- > tcg/s390x/tcg-target.c.inc | 74 +++++++++++++++++++------------------- > 2 files changed, 52 insertions(+), 51 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>