All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@XenSource.com>
To: DOI Tsunehisa <Doi.Tsunehisa@jp.fujitsu.com>
Cc: Ky Srinivasan <ksrinivasan@novell.com>, xen-devel@lists.xensource.com
Subject: Re: [PATCH][RESEND] PV drivers for HVM guests
Date: Tue, 24 Oct 2006 16:26:35 +0100	[thread overview]
Message-ID: <1161703595.22514.59.camel@localhost.localdomain> (raw)
In-Reply-To: <453D8055.4030509@jp.fujitsu.com>

On Tue, 2006-10-24 at 11:54 +0900, DOI Tsunehisa wrote:
> Hi all,
> 
> "Ky Srinivasan" <ksrinivasan@novell.com> wrote:
> > I am enclosing the patch I have been working on. I have tested this on
> > sles9 (2.6.5) and RHEL 4 (2.6.9). The patch applies cleanly on
> > ChangeSet 11635. This patch was cleaned up based on Ian's and DOI's
> > work.
> 
> I merged Srinivasan's work and a part of modification for IA64
> platform.

Thank you. I am just in the process of cleaning up the patch and
breaking it into manageable chunks. I've incorporated changes from your
patches and added both your signed-off-by's to the bits you've signed
off on.

> I tested only compiling on RHEL4 Update 2.

OK, I'm boot testing on sles9sp3 and rhel4.4. Perhaps that explains some
of the extra bits you seem to have which I don't seem to need? Or
perhaps they are IA64 specific?

I've left the bits that I've quoted below out for now since I didn't
need them for the releases I'm testing. Once I've committed the first
batch we can revisit these as well as anything I've dropped by mistake.

Cheers,
Ian.

> --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
> +++ b/unmodified_drivers/linux-2.6/compat-include/compat.h	Tue Oct 24 11:00:08 2006 +0900

> +#if defined(__LINUX_COMPILER_H) && !defined(__nocast)
> +#define __nocast
> +#endif

> +#if defined(_LINUX_SCHED_H) && !defined(__sched)
> +#define __sched
> +#endif

> +#if defined(_LINUX_TYPES_H) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,14)
> +typedef unsigned __nocast gfp_t;
> +#endif

> +#if defined(_LINUX_ERR_H) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)
> +#define IS_ERR_VALUE(x) unlikely((x) > (unsigned long)-1000L)
> +#endif

> +#if defined(__ia64__) && LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
> +#include <asm-generic/pgtable-nopud.h>
> +#endif

  reply	other threads:[~2006-10-24 15:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-18 13:51 [PATCH][RESEND] PV drivers for HVM guests Ky Srinivasan
2006-10-18 23:56 ` Doi.Tsunehisa
2006-10-19 13:53   ` Ky Srinivasan
2006-10-20 10:12     ` Doi.Tsunehisa
2006-10-20 13:54       ` Ky Srinivasan
2006-10-23  1:45         ` Doi.Tsunehisa
2006-10-24  2:54           ` DOI Tsunehisa
2006-10-24 15:26             ` Ian Campbell [this message]
2006-10-24 23:54               ` Doi.Tsunehisa
2006-10-25  3:11                 ` Doi.Tsunehisa
2006-10-25 11:03                   ` Ian Campbell
2006-10-26  0:13                     ` Doi.Tsunehisa
2006-10-26  3:58                       ` Doi.Tsunehisa
2006-10-26  6:37                         ` Doi.Tsunehisa
2006-10-26 14:15                         ` Ian Campbell
2006-10-27  4:11                           ` [Xen-devel][PATCH][RESEND] " Doi.Tsunehisa
2006-10-27  9:40                             ` [PATCH][RESEND] " Ian Campbell
     [not found]                           ` <00a201c6f96a$811feac0$dab2220a@VF03007L>
     [not found]                             ` <1161943070.13318.53.camel@localhost.localdomain>
2006-10-27 11:43                               ` Kasai Takanori
     [not found]                               ` <03b301c6fa5a$8cc725a0$dab2220a@VF03007L>
2006-11-01 23:55                                 ` [PATCH][RESEND] PV drivers for HVMguests Kasai Takanori
2006-11-02 10:01                                   ` Ian Campbell
2006-10-25 11:03                 ` [PATCH][RESEND] PV drivers for HVM guests Ian Campbell
2006-10-26  0:16                   ` Doi.Tsunehisa

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=1161703595.22514.59.camel@localhost.localdomain \
    --to=ian.campbell@xensource.com \
    --cc=Doi.Tsunehisa@jp.fujitsu.com \
    --cc=ksrinivasan@novell.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.