public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Linux kernel mailing list
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: KVM oops: killing interrupt handler
Date: Sun, 11 Feb 2007 18:37:58 +0100	[thread overview]
Message-ID: <45CF5476.5030204@gmail.com> (raw)
In-Reply-To: <45CF4DE9.8080904-atKUWr5tajBWk0Htik3J/w@public.gmane.org>

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

  parent reply	other threads:[~2007-02-11 17:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-10 19:45 KVM oops: killing interrupt handler Jiri Slaby
     [not found] ` <45CE20E5.8000107-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2007-02-11  9:02   ` Avi Kivity
     [not found]     ` <45CEDB95.2020705-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-02-11 14:01       ` Jiri Slaby
     [not found]         ` <4af2d03a0702110601g36b4780fuec82be8290d6a397-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-02-11 15:53           ` Avi Kivity
     [not found]             ` <45CF3BF0.2070103-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-02-11 16:19               ` Jiri Slaby
2007-02-11 16:58               ` Jiri Slaby
     [not found]                 ` <45CF4B23.5050401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2007-02-11 17:10                   ` Avi Kivity
     [not found]                     ` <45CF4DE9.8080904-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-02-11 17:37                       ` Jiri Slaby [this message]
     [not found]                         ` <45CF5476.5030204-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2007-02-11 19:18                           ` Jiri Slaby

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45CF5476.5030204@gmail.com \
    --to=jirislaby-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox