Re: [PATCH 04/27] ia64/xen: introduce definitions necessary for ia64/xen hypercalls.

2008-06-19 Thread Isaku Yamahata
On Tue, Jun 17, 2008 at 04:37:45PM -0700, Luck, Tony wrote: > 03/27 was fine. > > 04/27 ... I've no idea what it is all for ... I expect I'll find out later > in the patch series :-) add the comment, will be used later. Or do you want me to sprinkle those definitions where they are firstly used?

Re: [Xen-ia64-devel] [PATCH 04/27] ia64/xen: introduce definitions necessary for ia64/xen hypercalls.

2008-06-17 Thread Aron Griffis
Hi Yamahata-san, Who is the copyright holder on this file? Thanks, Aron Isaku Yamahata wrote: [Tue Jun 10 2008, 03:47:00AM EDT] > diff --git a/include/asm-ia64/xen/interface.h > b/include/asm-ia64/xen/interface.h > new file mode 100644 > index 000..c0770a4 > --- /dev/null > +++ b/include/a

RE: [PATCH 04/27] ia64/xen: introduce definitions necessary for ia64/xen hypercalls.

2008-06-17 Thread Luck, Tony
03/27 was fine. 04/27 ... I've no idea what it is all for ... I expect I'll find out later in the patch series :-) One style quibble ... I don't see much of this elsewhere in the Linux code: +/* + * Local variables: + * mode: C + * c-set-style: "BSD" + * c-basic-offset: 4 + * tab-width: 4 + * ind

[PATCH 04/27] ia64/xen: introduce definitions necessary for ia64/xen hypercalls.

2008-06-10 Thread Isaku Yamahata
import include/asm-ia64/xen/interface.h to introduce introduce definitions necessary for ia64/xen hypercalls. They are basic structures to communicate with xen hypervisor. Cc: Robin Holt <[EMAIL PROTECTED]> Cc: Jeremy Fitzhardinge <[EMAIL PROTECTED]> Signed-off-by: Isaku Yamahata <[EMAIL PROTECTED