diff options
Diffstat (limited to 'arch/x86/kvm')
| -rw-r--r-- | arch/x86/kvm/i8254.c | 1 | ||||
| -rw-r--r-- | arch/x86/kvm/i8259.c | 1 | ||||
| -rw-r--r-- | arch/x86/kvm/lapic.c | 1 | ||||
| -rw-r--r-- | arch/x86/kvm/mmu.c | 1 | ||||
| -rw-r--r-- | arch/x86/kvm/svm.c | 1 | ||||
| -rw-r--r-- | arch/x86/kvm/vmx.c | 1 | ||||
| -rw-r--r-- | arch/x86/kvm/x86.c | 1 | 
7 files changed, 7 insertions, 0 deletions
| diff --git a/arch/x86/kvm/i8254.c b/arch/x86/kvm/i8254.c index 294698b6daff..0150affad25d 100644 --- a/arch/x86/kvm/i8254.c +++ b/arch/x86/kvm/i8254.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #define pr_fmt(fmt) "pit: " fmt | 32 | #define pr_fmt(fmt) "pit: " fmt | 
| 33 | 33 | ||
| 34 | #include <linux/kvm_host.h> | 34 | #include <linux/kvm_host.h> | 
| 35 | #include <linux/slab.h> | ||
| 35 | 36 | ||
| 36 | #include "irq.h" | 37 | #include "irq.h" | 
| 37 | #include "i8254.h" | 38 | #include "i8254.h" | 
| diff --git a/arch/x86/kvm/i8259.c b/arch/x86/kvm/i8259.c index 07771da85de5..a790fa128a9f 100644 --- a/arch/x86/kvm/i8259.c +++ b/arch/x86/kvm/i8259.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | * Port from Qemu. | 26 | * Port from Qemu. | 
| 27 | */ | 27 | */ | 
| 28 | #include <linux/mm.h> | 28 | #include <linux/mm.h> | 
| 29 | #include <linux/slab.h> | ||
| 29 | #include <linux/bitops.h> | 30 | #include <linux/bitops.h> | 
| 30 | #include "irq.h" | 31 | #include "irq.h" | 
| 31 | 32 | ||
| diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c index 4b224f90087b..1eb7a4ae0c9c 100644 --- a/arch/x86/kvm/lapic.c +++ b/arch/x86/kvm/lapic.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/io.h> | 26 | #include <linux/io.h> | 
| 27 | #include <linux/module.h> | 27 | #include <linux/module.h> | 
| 28 | #include <linux/math64.h> | 28 | #include <linux/math64.h> | 
| 29 | #include <linux/slab.h> | ||
| 29 | #include <asm/processor.h> | 30 | #include <asm/processor.h> | 
| 30 | #include <asm/msr.h> | 31 | #include <asm/msr.h> | 
| 31 | #include <asm/page.h> | 32 | #include <asm/page.h> | 
| diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 741373e8ca77..48aeee8eefb0 100644 --- a/arch/x86/kvm/mmu.c +++ b/arch/x86/kvm/mmu.c | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | #include <linux/hugetlb.h> | 31 | #include <linux/hugetlb.h> | 
| 32 | #include <linux/compiler.h> | 32 | #include <linux/compiler.h> | 
| 33 | #include <linux/srcu.h> | 33 | #include <linux/srcu.h> | 
| 34 | #include <linux/slab.h> | ||
| 34 | 35 | ||
| 35 | #include <asm/page.h> | 36 | #include <asm/page.h> | 
| 36 | #include <asm/cmpxchg.h> | 37 | #include <asm/cmpxchg.h> | 
| diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c index 52f78dd03010..445c59411ed0 100644 --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/highmem.h> | 26 | #include <linux/highmem.h> | 
| 27 | #include <linux/sched.h> | 27 | #include <linux/sched.h> | 
| 28 | #include <linux/ftrace_event.h> | 28 | #include <linux/ftrace_event.h> | 
| 29 | #include <linux/slab.h> | ||
| 29 | 30 | ||
| 30 | #include <asm/desc.h> | 31 | #include <asm/desc.h> | 
| 31 | 32 | ||
| diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 14873b9f8430..686492ed3079 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
| @@ -26,6 +26,7 @@ | |||
| 26 | #include <linux/sched.h> | 26 | #include <linux/sched.h> | 
| 27 | #include <linux/moduleparam.h> | 27 | #include <linux/moduleparam.h> | 
| 28 | #include <linux/ftrace_event.h> | 28 | #include <linux/ftrace_event.h> | 
| 29 | #include <linux/slab.h> | ||
| 29 | #include "kvm_cache_regs.h" | 30 | #include "kvm_cache_regs.h" | 
| 30 | #include "x86.h" | 31 | #include "x86.h" | 
| 31 | 32 | ||
| diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index e46282a56565..24cd0ee896e9 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
| @@ -39,6 +39,7 @@ | |||
| 39 | #include <linux/cpufreq.h> | 39 | #include <linux/cpufreq.h> | 
| 40 | #include <linux/user-return-notifier.h> | 40 | #include <linux/user-return-notifier.h> | 
| 41 | #include <linux/srcu.h> | 41 | #include <linux/srcu.h> | 
| 42 | #include <linux/slab.h> | ||
| 42 | #include <trace/events/kvm.h> | 43 | #include <trace/events/kvm.h> | 
| 43 | #undef TRACE_INCLUDE_FILE | 44 | #undef TRACE_INCLUDE_FILE | 
| 44 | #define CREATE_TRACE_POINTS | 45 | #define CREATE_TRACE_POINTS | 
