From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Colp Subject: Re: [PATCH]Fix vlapic.h type Date: Wed, 8 Jul 2009 08:32:06 +0100 Message-ID: <4A544B76.6000304@citrix.com> References: <4A53BC08.1040100@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4A53BC08.1040100@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Wei Huang Cc: "'xen-devel@lists.xensource.com'" List-Id: xen-devel@lists.xenproject.org Good catch. This line: #define vlapic_vcpu(vpic) (container_of((vpic), struct vcpu, \ arch.hvm_vcpu.vlapic)) should probably also be changed to this: #define vlapic_vcpu(vlapic) (container_of((vlapic), struct vcpu, \ arch.hvm_vcpu.vlapic)) Patrick Wei Huang wrote: > The following patch fixes a typo in vlapic_domain inside vlapic.h. I > also found an related error in vlapic.c file, which is fixed by this > patch too. > > Signed-off-by: Wei Huang > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel