Skip to content
  • Andre Przywara's avatar
    kvmtool: Update architecture specific kvm.h files · 60021220
    Andre Przywara authored
    
    
    Similarily to the generic uapi/linux/kvm.h, each architecture
    carries a kvm.h header in its arch/*/include/uapi/asm directory.
    These contain bits for the architecture specific interface.
    Since we use many recent features in kvmtool, the system headers
    provided by the distribution are usually not up-to-date.
    Copy the Linux v4.1-rc6 versions of those files for all supported
    architectures into the kvmtool tree to get access to the full glory.
    
    Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    60021220