Re: [kvm-devel] Minor install fix

2007-07-14 Thread Avi Kivity
John Lenz wrote: > I noticed kvm 29 added a command into make install > to move the distro installed kvm.ko modules out of > the way. > > But for me, I had already removed the drivers/kvm > directory, so make install was getting a file does > not exist error. So I added a test for the directory. >

[kvm-devel] Minor install fix

2007-07-13 Thread John Lenz
I noticed kvm 29 added a command into make install to move the distro installed kvm.ko modules out of the way. But for me, I had already removed the drivers/kvm directory, so make install was getting a file does not exist error. So I added a test for the directory. John --- kvm-29/kernel/Makef