[PATCH] kvm-kmod: Document the build process (take 2)

2009-11-12 Thread Wolfgang Mauerer
A package without build instructions is like a kernel without a penguin. Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com --- README | 37 + 1 files changed, 37 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b

Re: [PATCH 1/2] kvm-kmod: Use the main development tree of kvm as Linux submodule

2009-10-22 Thread Wolfgang Mauerer
Hi, Avi Kivity wrote: On 10/20/2009 02:11 PM, wolfgang.maue...@siemens.com wrote: From: Wolfgang Mauererwolfgang.maue...@siemens.com Most people won't have the sources installed in the path that is the current default setting. --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@

Re: [PATCH 1/2] kvm-kmod: Use the main development tree of kvm as Linux submodule

2009-10-22 Thread Wolfgang Mauerer
Avi Kivity wrote: On 10/22/2009 06:13 PM, Wolfgang Mauerer wrote: Hi, Avi Kivity wrote: On 10/20/2009 02:11 PM, wolfgang.maue...@siemens.com wrote: From: Wolfgang Mauererwolfgang.maue...@siemens.com Most people won't have the sources installed in the path that is the current

Re: [PATCH 2/2] kvm-kmod: Document the build process

2009-10-21 Thread Wolfgang Mauerer
Hio, Dietmar Maurer wrote: + Before the kvm module can be built, the linux submodule must be initialised + and populated. The required sequence of commands is + + git submodule init + git submodule update + ./configure + make sync + make + + Notice that you can also specify an

[PATCH 1/2] kvm-kmod: Use the main development tree of kvm as Linux submodule

2009-10-20 Thread wolfgang . mauerer
From: Wolfgang Mauerer wolfgang.maue...@siemens.com Most people won't have the sources installed in the path that is the current default setting. Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com --- .gitmodules |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 2/2] kvm-kmod: Document the build process

2009-10-20 Thread wolfgang . mauerer
From: Wolfgang Mauerer wolfgang.maue...@siemens.com A package without build instructions is like a kernel without a penguin. Signed-off-by: Wolfgang Mauerer wolfgang.maue...@siemens.com --- README | 26 ++ 1 files changed, 26 insertions(+), 0 deletions(-) create mode