Skip to content

Commit e2064b7

Browse files
committed
tools headers: Sync uapi/linux/kvm.h with the kernel sources
To pick up the changes in this cset: e785dfa ("LoongArch: KVM: Add PCHPIC device support") 2e8b9df ("LoongArch: KVM: Add EIOINTC device support") c532de5 ("LoongArch: KVM: Add IPI device support") This addresses these perf build warnings: Warning: Kernel ABI header differences: diff -u tools/include/uapi/linux/kvm.h include/uapi/linux/kvm.h Please see tools/include/uapi/README for further details. Reviewed-by: James Clark <james.clark@linaro.org> Cc: Sean Christopherson <seanjc@google.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Tianrui Zhao <zhaotianrui@loongson.cn> Cc: Bibo Mao <maobibo@loongson.cn> Cc: Huacai Chen <chenhuacai@kernel.org> Cc: kvm@vger.kernel.org Cc: loongarch@lists.linux.dev Link: https://lore.kernel.org/r/20241203035349.1901262-4-namhyung@kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 5229df8 commit e2064b7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • tools/include/uapi/linux

tools/include/uapi/linux/kvm.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,15 @@ enum kvm_device_type {
11581158
#define KVM_DEV_TYPE_ARM_PV_TIME KVM_DEV_TYPE_ARM_PV_TIME
11591159
KVM_DEV_TYPE_RISCV_AIA,
11601160
#define KVM_DEV_TYPE_RISCV_AIA KVM_DEV_TYPE_RISCV_AIA
1161+
KVM_DEV_TYPE_LOONGARCH_IPI,
1162+
#define KVM_DEV_TYPE_LOONGARCH_IPI KVM_DEV_TYPE_LOONGARCH_IPI
1163+
KVM_DEV_TYPE_LOONGARCH_EIOINTC,
1164+
#define KVM_DEV_TYPE_LOONGARCH_EIOINTC KVM_DEV_TYPE_LOONGARCH_EIOINTC
1165+
KVM_DEV_TYPE_LOONGARCH_PCHPIC,
1166+
#define KVM_DEV_TYPE_LOONGARCH_PCHPIC KVM_DEV_TYPE_LOONGARCH_PCHPIC
1167+
11611168
KVM_DEV_TYPE_MAX,
1169+
11621170
};
11631171

11641172
struct kvm_vfio_spapr_tce {

0 commit comments

Comments
 (0)