From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Otte Subject: Re: [Patch]1/5 Move some includes to x86, since the related functions have been moved to x86.c Date: Thu, 08 Nov 2007 09:48:20 +0100 Message-ID: <4732CD54.4010007@de.ibm.com> References: <42DFA526FC41B1429CE7279EF83C6BDC905004@pdsmsx415.ccr.corp.intel.com> Reply-To: carsteno-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, carsteno-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org, Hollis Blanchard , Avi Kivity To: "Zhang, Xiantao" Return-path: In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC905004-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Acked-by: Carsten Otte Zhang, Xiantao wrote: > From fc56bda0f599ccd00d992bf196654101e82d1413 Mon Sep 17 00:00:00 2001 > From: Zhang Xiantao > Date: Wed, 7 Nov 2007 11:39:23 +0800 > Subject: [PATCH] move some header files form kvm_main.c to x86.c, since > the > related functions have been moved to x86.c > Signed-off-by: Zhang Xiantao > --- > drivers/kvm/kvm_main.c | 2 -- > drivers/kvm/x86.c | 2 ++ > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/kvm/kvm_main.c b/drivers/kvm/kvm_main.c > index 0b8edca..010f079 100644 > --- a/drivers/kvm/kvm_main.c > +++ b/drivers/kvm/kvm_main.c > @@ -17,7 +17,6 @@ > > #include "kvm.h" > #include "x86.h" > -#include "x86_emulate.h" > #include "irq.h" > > #include > @@ -44,7 +43,6 @@ > #include > > #include > -#include > #include > #include > #include > diff --git a/drivers/kvm/x86.c b/drivers/kvm/x86.c > index e905d46..7ea470e 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 > > #include > +#include > > #define MAX_IO_MSRS 256 > #define CR0_RESERVED_BITS > \ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/