public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 4] Sync kernel headers to kvm-userspace
@ 2008-04-14  8:37 Jerone Young
  2008-04-14  8:37 ` [PATCH 1 of 4] Add "make sync" to sync need " Jerone Young
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Jerone Young @ 2008-04-14  8:37 UTC (permalink / raw)
  To: kvm-devel; +Cc: kvm-ppc-devel, hollisb

This patch does several things:
	- Adds "make sync" of kvm kernel headers & required linux headers to kvm-userspace directory
	  from the kernel
	- Modifies build systems of libkvm, user, & qemu so that they now include headers from this now synced includes directory
	- Remove --kerneldir options from user as it is no longer needed.
	- Remove --kernel-path & other refrences used in  qemu as it is no longer needed

This now allows users to include headers from a kernel source that does not require any compilation. It will also work if the kernel source is compiled, as make sync can determines the correct directories to pull headers from.

This patch is to address earlier email that Hollis Blanchard had as he uses O= option when compiling his kernels, so the kernel source is never modified.
http://marc.info/?l=kvm-devel&m=119995898027254&w=2

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
10 files changed, 31 insertions(+), 23 deletions(-)
Makefile                |   21 ++++++++++++++++++++-
configure               |    8 +++++---
libkvm/Makefile         |    6 +++---
qemu/Makefile.target    |    3 +--
qemu/configure          |    7 +------
user/Makefile           |    1 +
user/config-i386.mak    |    1 -
user/config-powerpc.mak |    1 -
user/config-x86_64.mak  |    1 -
user/configure          |    5 -----

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14  8:37 [PATCH 0 of 4] Sync kernel headers to kvm-userspace Jerone Young
2008-04-14  8:37 ` [PATCH 1 of 4] Add "make sync" to sync need " Jerone Young
2008-04-14  8:50   ` Christoph Hellwig
2008-04-14 11:47     ` Avi Kivity
2008-04-14 11:54       ` Christoph Hellwig
2008-04-14 12:04         ` Avi Kivity
2008-04-14 14:23           ` Anthony Liguori
2008-04-14 14:43             ` Avi Kivity
2008-04-14 14:20     ` Anthony Liguori
2008-04-14 14:18   ` Anthony Liguori
2008-04-15  7:29   ` Avi Kivity
2008-04-14  8:37 ` [PATCH 2 of 4] Fix libfdt to include synced headers Jerone Young
2008-04-14  8:37 ` [PATCH 3 of 4] Fix user to include synced headers & remove kerneldir option Jerone Young
2008-04-14  8:37 ` [PATCH 4 of 4] Remove kvm kernel-path option from qemu Jerone Young
2008-04-15  8:38   ` Avi Kivity

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