On 17/07/2020 16.58, Janosch Frank wrote: > Test the error conditions of guest 2 Ultravisor calls, namely: > * Query Ultravisor information > * Set shared access > * Remove shared access > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > --- > lib/s390x/asm/uv.h | 68 +++++++++++++++++++ > s390x/Makefile | 1 + > s390x/unittests.cfg | 3 + > s390x/uv-guest.c | 156 ++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 228 insertions(+) > create mode 100644 lib/s390x/asm/uv.h > create mode 100644 s390x/uv-guest.c [...] > diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg > index b35269b..38c3257 100644 > --- a/s390x/unittests.cfg > +++ b/s390x/unittests.cfg > @@ -92,3 +92,6 @@ extra_params = -device virtio-net-ccw > [skrf] > file = skrf.elf > smp = 2 > + > +[uv-guest] > +file = uv-guest.elf > \ No newline at end of file Add the newline, please. Thomas