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

2009-10-23 Thread Jan Kiszka
Dietmar Maurer wrote: > >> -Original Message- >> From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On >> Behalf Of Wolfgang Mauerer >> Sent: Mittwoch, 21. Oktober 2009 16:21 >> To: Dietmar Maurer >> Cc: kvm@vger.kernel.org; Kiszka, J

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

2009-10-22 Thread Dietmar Maurer
> -Original Message- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On > Behalf Of Wolfgang Mauerer > Sent: Mittwoch, 21. Oktober 2009 16:21 > To: Dietmar Maurer > Cc: kvm@vger.kernel.org; Kiszka, Jan > Subject: Re: [PATCH 2/2] kvm-kmod: Docum

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

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

2009-10-21 Thread Dietmar Maurer
> + 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 existing Linux tre