提交 d825ed0a 编写于 作者: Z Zhang Xiantao 提交者: Avi Kivity

KVM: Portability: Move some includes to x86.c

Move some includes to x86.c from kvm_main.c, since the related functions
have been moved to x86.c
Signed-off-by: NZhang Xiantao <xiantao.zhang@intel.com>
Acked-by: NCarsten Otte <cotte@de.ibm.com>
Signed-off-by: NAvi Kivity <avi@qumranet.com>
上级 e0506bcb
......@@ -17,7 +17,6 @@
#include "kvm.h"
#include "x86.h"
#include "x86_emulate.h"
#include "irq.h"
#include <linux/kvm.h>
......@@ -44,7 +43,6 @@
#include <linux/mman.h>
#include <asm/processor.h>
#include <asm/msr.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <asm/desc.h>
......
......@@ -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 \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册