On Mon, 10 May 2021 13:51:48 +0000 Janosch Frank <frankja@xxxxxxxxxxxxx> wrote: > Let's also test the UV host interfaces. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > Reviewed-by: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > --- > s390x/Makefile | 1 + > s390x/uv-host.c | 480 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 481 insertions(+) > create mode 100644 s390x/uv-host.c > (...) > diff --git a/s390x/uv-host.c b/s390x/uv-host.c > new file mode 100644 > index 00000000..2e4cba10 > --- /dev/null > +++ b/s390x/uv-host.c > @@ -0,0 +1,480 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > +/* > + * Guest Ultravisor Call tests s/Guest/Host/ ? > + * > + * Copyright (c) 2021 IBM Corp > + * > + * Authors: > + * Janosch Frank <frankja@xxxxxxxxxxxxx> > + */ > + (...) Looks reasonable, even though I cannot verify the implementation. Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx>