public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xen: more portability patches
@ 2008-04-22  7:00 Isaku Yamahata
  2008-04-22  7:00 ` [PATCH 1/3] xen: Move manage.c to drivers/xen for ia64/xen support Isaku Yamahata
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Isaku Yamahata @ 2008-04-22  7:00 UTC (permalink / raw)
  To: jeremy; +Cc: linux-kernel, virtualization, xen-ia64-devel, eddie.dong,
	yamahata

Hi Jeremy.
Here are the 3 patches for ia64/xen support.
The first one is just to move manage.c under drivers/xen.
This is trivial.

The second and third ones are for compilation fix on ia64.
You may want to postpone those 2 patches to make your merge task
easy as you said before.

thanks,

Diffstat
 arch/x86/xen/Makefile              |    2 +-
 drivers/xen/Makefile               |    2 +-
 drivers/xen/balloon.c              |    8 ++++----
 {arch/x86 => drivers}/xen/manage.c |    0 
 include/xen/interface/memory.h     |   12 ++++++++----
 5 files changed, 14 insertions(+), 10 deletions(-)
 rename {arch/x86 => drivers}/xen/manage.c (100%)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-04-26  8:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox