Skip to content
  • Pekka Enberg's avatar
    kvm: Add KVM ABI headers · 886c5381
    Pekka Enberg authored
    
    
    This patch adds KVM ABI headers to the source tree. We can no longer include
    <linux/kvm.h> directly because someone added a "#warning" to <linux/types.h>
    that prevents kernel header inclusion from userspace.
    
    We can switch back to using kernel headers if we ever make it to Linux
    mainline.
    
    Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
    886c5381