Avi Kivity napsal(a):
> Jiri Slaby wrote:
>> Avi Kivity napsal(a):
>>> kvm suspend/resume support is only present in -mm (what's more, I
>>> don't think in any released -mm). A workaround is to rmmod kvm_intel
>>> before suspending.
>>
>> BTW. will kvm-13's external module work?
>>
>
> Try and report back :)
Yeah :). But while installing I revealed one problem.
I had to do this in kernel/Makefile:
$(MAKE) -C $(KERNELDIR) M=`pwd` "$$@"
install:
- mkdir -p $(DESTDIR)/$(INSTALLDIR)
- cp *.ko $(DESTDIR)/$(INSTALLDIR)
- /sbin/depmod -a
+ $(MAKE) -C $(KERNELDIR) M=`pwd` modules_install
tmpspec = .tmp.kvm-kmod.spec
RPMDIR = $$(pwd)/../RPMS
Otherwise it installs modules into build directory, which is not usable too
much ;):
kernel# make install
mkdir -p //home/xpapiez/install/linux-2.6.19
cp *.ko //home/xpapiez/install/linux-2.6.19
/sbin/depmod -a
I used this configure params:
./configure --qemu-cc=gcc --prefix=/usr/local/kvm/ --disable-gcc-check
Now, he's going to test it...
thanks,
--
http://www.fi.muni.cz/~xslaby/ Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8 22A0 32CC 55C3 39D4 7A7E
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel