mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
6002122071
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: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>