diff options
author | Xianglai Li <lixianglai@loongson.cn> | 2024-11-13 09:18:27 +0100 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2024-11-13 09:18:27 +0100 |
commit | 2e8b9df82631e714cc2b7bf302772c8259673180 (patch) | |
tree | 046bdbec4e0219dec214ebee286cf111e71a9321 /arch/loongarch/kvm/Makefile | |
parent | LoongArch: KVM: Add IPI user mode read and write function (diff) | |
download | linux-2e8b9df82631e714cc2b7bf302772c8259673180.tar.xz linux-2e8b9df82631e714cc2b7bf302772c8259673180.zip |
LoongArch: KVM: Add EIOINTC device support
Add device model for EIOINTC interrupt controller, implement basic
create & destroy interfaces, and register device model to kvm device
table.
Signed-off-by: Tianrui Zhao <zhaotianrui@loongson.cn>
Signed-off-by: Xianglai Li <lixianglai@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch/kvm/Makefile')
-rw-r--r-- | arch/loongarch/kvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/loongarch/kvm/Makefile b/arch/loongarch/kvm/Makefile index 36c3009fe89c..bb50fc799c29 100644 --- a/arch/loongarch/kvm/Makefile +++ b/arch/loongarch/kvm/Makefile @@ -19,5 +19,6 @@ kvm-y += tlb.o kvm-y += vcpu.o kvm-y += vm.o kvm-y += intc/ipi.o +kvm-y += intc/eiointc.o CFLAGS_exit.o += $(call cc-option,-Wno-override-init,) |