On 2012-06-15 17:54, Juan wrote: > Hi, > > I cloned the KVM external module kit from http://git.kiszka.org/?p=kvm-kmod.git. > Following the README, when I try to build it by running 'git submodule update', > I get an error: > > $ git submodule initSubmodule 'linux' (http://git.kiszka.org/kvm.git) registered > for path 'linux' > $ git submodule update > Cloning into 'linux'... > fatal: http://git.kiszka.org/kvm.git/info/refs not found: did you run git > update-server-info on the server? > Clone of 'http://git.kiszka.org/kvm.git' into submodule path 'linux' failed The default submodule path assumes that kvm-kmod is still hosted on kernel.org. I will fix this. Meanwhile you need to set [submodule "linux"] url = http://git.kernel.org/pub/scm/virt/kvm/kvm.git in .git/config of your kvm-kmod clone. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html