From: Patrick Colp <Patrick.Colp@citrix.com>
To: Wei Huang <wei.huang2@amd.com>
Cc: "'xen-devel@lists.xensource.com'" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH]Fix vlapic.h type
Date: Wed, 8 Jul 2009 08:32:06 +0100 [thread overview]
Message-ID: <4A544B76.6000304@citrix.com> (raw)
In-Reply-To: <4A53BC08.1040100@amd.com>
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 <wei.huang2@amd.com>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2009-07-08 7:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-07 21:20 [PATCH]Fix vlapic.h type Wei Huang
2009-07-08 7:32 ` Patrick Colp [this message]
2009-07-08 9:15 ` Neil Turton
2009-07-08 9:31 ` Patrick Colp
2009-07-08 9:33 ` Tim Deegan
2009-07-08 9:35 ` Neil Turton
2009-07-08 9:38 ` Patrick Colp
2009-07-08 9:58 ` Neil Turton
2009-07-08 9:42 ` Keir Fraser
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A544B76.6000304@citrix.com \
--to=patrick.colp@citrix.com \
--cc=wei.huang2@amd.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.