From: Alexander Graf Date: Tue, 24 Aug 2010 13:48:52 +0000 (+0200) Subject: KVM: S390: Export kvm_virtio.h X-Git-Tag: v2.6.37-rc1~142^2~150 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a3c321c6e27e6134f1e8eece5f9954e8121fdc12;p=~emulex%2Finfiniband.git KVM: S390: Export kvm_virtio.h As suggested by Christian, we should expose headers to user space with information that might be valuable there. The s390 virtio interface is one of those cases. It defines an ABI between hypervisor and guest, so it should be exposed to user space. Reported-by: Christian Borntraeger Signed-off-by: Alexander Graf Signed-off-by: Marcelo Tosatti --- diff --git a/arch/s390/include/asm/Kbuild b/arch/s390/include/asm/Kbuild index 42e512ba8b4..287d7bbb6d3 100644 --- a/arch/s390/include/asm/Kbuild +++ b/arch/s390/include/asm/Kbuild @@ -5,6 +5,7 @@ header-y += chsc.h header-y += cmb.h header-y += dasd.h header-y += debug.h +header-y += kvm_virtio.h header-y += monwriter.h header-y += qeth.h header-y += schid.h