Hi 

I'm new to KVM development, and working on a project for an old kernel 2.6.39, 
so I followed the README with following steps:

git clone git://git.kiszka.org/kvm-kmod.get
cd kvm-kmod
git submodule update --init
git checkout bed5df
./configure
make sync

However, I got a warning when doing "git checkout bed5df"
warning: noble to rmdir linux: Directory not empty

And make sync failed:

zuwliu@ubuntu:~/virtuata/kvm-kmod$ make sync
./sync -v  kvm-devel -l ./linux-2.6
Traceback (most recent call last):
  File "./sync", line 334, in <module>
    header_sync(arch)
  File "./sync", line 302, in header_sync
    hack_file(T, 'include/linux/kvm.h')
  File "./sync", line 235, in hack_file
    data = file(fullname).read()
IOError: [Errno 2] No such file or directory: 'header/include/linux/kvm.h'

Could someone let me know what I did wrong?


Thanks
Michael




--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to