Neo Jia wrote:
> hi,
>
> I am trying to contribute some (just starting some bug fix first) for
> KVM development.
>
> But, I want know first what those experienced kvm developer do
> everyday for the development work.
>
> I synced with kvm.git and kvm-userspace.git. Do I have to rebuild and
> install the entire kernel every time?
>
> I really appreciate if you can share me your development/debugging
> methods for KVM.
>
>   

I generally compile kvm.git with kvm as modules, and kvm-userspace.git 
with --with-patched-kernel.  If I make a change to kvm, I just recompile 
and reload the modules; no full rebuild is necessary.

Occasionally I merge mainline into kvm.git, which does require a full or 
partial rebuild.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to