Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

KVM: export kvm_para.h

kvm_para.h contains userspace interface and so
should be exported.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

authored by

Michael S. Tsirkin and committed by
Avi Kivity
da18acff 0aaeb3b1

+9
+5
include/asm-generic/Kbuild.asm
··· 3 3 header-y += kvm.h 4 4 endif 5 5 6 + ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ 7 + $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) 8 + header-y += kvm_para.h 9 + endif 10 + 6 11 ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ 7 12 $(srctree)/include/asm-$(SRCARCH)/a.out.h),) 8 13 unifdef-y += a.out.h
+4
include/linux/Kbuild
··· 268 268 $(srctree)/include/asm-$(SRCARCH)/kvm.h),) 269 269 unifdef-y += kvm.h 270 270 endif 271 + ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \ 272 + $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),) 273 + unifdef-y += kvm_para.h 274 + endif 271 275 unifdef-y += llc.h 272 276 unifdef-y += loop.h 273 277 unifdef-y += lp.h