Radim, Paolo, the following changes since commit e38858bce3bd3283b61ac7b32cf414ef6dcec3ae: Enhance test of disabled APIC (2018-05-14 18:23:44 +0200) are available in the git repository at: https://gitlab.com/huth/kvm-unit-tests.git tags/s390x-ppc-2018-06-13 for you to fetch changes up to 8848ddadda0e0b74abdfa236c67c8f01069e2256: s390x: Make s390x tests compilable with -Wmissing-prototypes and -Wstrict-prototypes (2018-06-13 12:31:52 +0200) ---------------------------------------------------------------- Cleaning up the prototypes for s390x and ppc and adding new IEP test on s390x. ---------------------------------------------------------------- Janosch Frank (1): s390x: IEP tests Thomas Huth (2): powerpc: Make code compilable with -Wmissing-prototypes s390x: Make s390x tests compilable with -Wmissing-prototypes and -Wstrict-prototypes lib/powerpc/asm/setup.h | 2 ++ lib/powerpc/hcall.c | 2 ++ lib/powerpc/io.c | 3 ++- lib/powerpc/io.h | 8 +++++++ lib/powerpc/setup.c | 2 +- lib/s390x/interrupt.c | 6 +++++ lib/s390x/io.c | 6 +++-- lib/s390x/mmu.c | 46 ++++++++++++++++++++++++++++++++++-- lib/s390x/mmu.h | 20 ++++++++++++++++ powerpc/reloc64.c | 2 ++ s390x/Makefile | 1 + s390x/gs.c | 2 ++ s390x/iep.c | 62 +++++++++++++++++++++++++++++++++++++++++++++++++ s390x/unittests.cfg | 3 +++ 14 files changed, 159 insertions(+), 6 deletions(-) create mode 100644 lib/powerpc/io.h create mode 100644 lib/s390x/mmu.h create mode 100644 s390x/iep.c -- 1.8.3.1