On Fri, 13 Oct 2017 13:38:52 -0400 Tony Krowiak <akrowiak@xxxxxxxxxxxxxxxxxx> wrote: > This patch introduces a new compilation unit that will contain > all of the data structures and logic for configuring AP adapters, > usage domains and control domains for a KVM guest. > > Signed-off-by: Tony Krowiak <akrowiak@xxxxxxxxxxxxxxxxxx> > --- > MAINTAINERS | 2 ++ > arch/s390/include/asm/ap-config.h | 12 ++++++++++++ > arch/s390/kvm/Makefile | 2 +- > arch/s390/kvm/ap-config.c | 9 +++++++++ > 4 files changed, 24 insertions(+), 1 deletions(-) > create mode 100644 arch/s390/include/asm/ap-config.h > create mode 100644 arch/s390/kvm/ap-config.c This is a bit useless on its own... merge this with the actual implementation?