public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Isaku Yamahata <yamahata@valinux.co.jp>
Cc: linux-kernel@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	xen-ia64-devel@lists.xensource.com, eddie.dong@intel.com
Subject: Re: [PATCH 1/3] xen: Move manage.c to drivers/xen for ia64/xen support.
Date: Wed, 23 Apr 2008 17:00:31 -0700	[thread overview]
Message-ID: <480FCD9F.3020403@goop.org> (raw)
In-Reply-To: <12088476061989-git-send-email-yamahata@valinux.co.jp>

Isaku Yamahata wrote:
> move arch/x86/xen/manage.c under drivers/xen/to share codes
> with x86 and ia64.
> ia64/xen also uses manage.c
>   

Hm, I've got patches to add suspend/resume to manage.c.  I guess they're 
going to be at least partially arch-specific.  Well, no problem to split 
those out.

    J

> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
> ---
>  arch/x86/xen/Makefile              |    2 +-
>  drivers/xen/Makefile               |    2 +-
>  {arch/x86 => drivers}/xen/manage.c |    0 
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename {arch/x86 => drivers}/xen/manage.c (100%)
>
> diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile
> index 3d8df98..40b119b 100644
> --- a/arch/x86/xen/Makefile
> +++ b/arch/x86/xen/Makefile
> @@ -1,4 +1,4 @@
>  obj-y		:= enlighten.o setup.o multicalls.o mmu.o \
> -			time.o manage.o xen-asm.o grant-table.o
> +			time.o xen-asm.o grant-table.o
>  
>  obj-$(CONFIG_SMP)	+= smp.o
> diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile
> index 37af04f..363286c 100644
> --- a/drivers/xen/Makefile
> +++ b/drivers/xen/Makefile
> @@ -1,4 +1,4 @@
> -obj-y	+= grant-table.o features.o events.o
> +obj-y	+= grant-table.o features.o events.o manage.o
>  obj-y	+= xenbus/
>  obj-$(CONFIG_XEN_XENCOMM)	+= xencomm.o
>  obj-$(CONFIG_XEN_BALLOON)	+= balloon.o
> diff --git a/arch/x86/xen/manage.c b/drivers/xen/manage.c
> similarity index 100%
> rename from arch/x86/xen/manage.c
> rename to drivers/xen/manage.c
>   


  reply	other threads:[~2008-04-24  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-22  7:00 [PATCH 0/3] xen: more portability patches Isaku Yamahata
2008-04-22  7:00 ` [PATCH 1/3] xen: Move manage.c to drivers/xen for ia64/xen support Isaku Yamahata
2008-04-24  0:00   ` Jeremy Fitzhardinge [this message]
2008-04-22  7:00 ` [PATCH 2/3] xen: add missing definitions in include/xen/interface/memory.h which ia64/xen needs Isaku Yamahata
2008-04-22  7:00 ` [PATCH 3/3] xen: compilation fix to balloon driver for ia64 support Isaku Yamahata
2008-04-26  8:42 ` [PATCH 0/3] xen: more portability patches Jeremy Fitzhardinge

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=480FCD9F.3020403@goop.org \
    --to=jeremy@goop.org \
    --cc=eddie.dong@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=xen-ia64-devel@lists.xensource.com \
    --cc=yamahata@valinux.co.jp \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox