diff options
Diffstat (limited to 'drivers/kvm/x86.c')
-rw-r--r-- | drivers/kvm/x86.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/kvm/x86.c b/drivers/kvm/x86.c index 394da6605364..4282a0fb2962 100644 --- a/drivers/kvm/x86.c +++ b/drivers/kvm/x86.c @@ -16,6 +16,7 @@ #include "kvm.h" #include "x86.h" +#include "x86_emulate.h" #include "segment_descriptor.h" #include "irq.h" @@ -25,6 +26,7 @@ #include <linux/module.h> #include <asm/uaccess.h> +#include <asm/msr.h> #define MAX_IO_MSRS 256 #define CR0_RESERVED_BITS \ |