aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorPaolo Bonzini <[email protected]>2025-05-26 20:12:13 +0000
committerPaolo Bonzini <[email protected]>2025-05-26 20:12:13 +0000
commit85502b2214d50ba0ddf2a5fb454e4d28a160d175 (patch)
tree0fdee4062c437b2f36ea8a62457d753a56bf60de /rust/helpers/helpers.c
parentDocumentation: virt/kvm: remove unreferenced footnote (diff)
parentKVM: selftests: Add supported test cases for LoongArch (diff)
downloadkernel-85502b2214d50ba0ddf2a5fb454e4d28a160d175.tar.gz
kernel-85502b2214d50ba0ddf2a5fb454e4d28a160d175.zip
Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD
LoongArch KVM changes for v6.16 1. Don't flush tlb if HW PTW supported. 2. Add LoongArch KVM selftests support.
Diffstat (limited to 'rust/helpers/helpers.c')
-rw-r--r--rust/helpers/helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/helpers/helpers.c b/rust/helpers/helpers.c
index e1c21eba9b15..1e7c84df7252 100644
--- a/rust/helpers/helpers.c
+++ b/rust/helpers/helpers.c
@@ -14,6 +14,7 @@
#include "cpumask.c"
#include "cred.c"
#include "device.c"
+#include "dma.c"
#include "err.c"
#include "fs.c"
#include "io.c"