public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Re: kvm-15 on top of 2.6.20 - unresolved symbols
       [not found] ` <45E27B12.3060108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
@ 2007-03-02  4:35   ` Emil Tantilov
       [not found]     ` <343320.59072.qm-mZnzRdpZQtmA/QwVtaZbd3CJp6faPEW9@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Tantilov @ 2007-03-02  4:35 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Finally I got some time and played with this some
more. The unresolved symbols are caused by the fact
that the kvm module fails to load:

FATAL: Error inserting kvm
(/lib/modules/2.6.20/extra/kvm.ko): Device or resource
busy

I narrowed it down the following:

r = register_filesystem(&kvm_fs_type);
        if (r)              
                goto out3;

On my system the above code fails with EBUSY. Any
ideas?

Thanks,
Emil

--- Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org> wrote:

> Emil Tantilov wrote:
> > Avi,
> >
> > I tried using kvm-15 on top of 2.6.20, but when I
> try
> > to load kvm-intel I get unresolved symbols. The
> > modules from kvm-14 load fine in the same
> > configuration.
> >
> >   
> 
> Perhaps you have one module from kvm-14 and another
> from kvm-15?
> 
> Please post to kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, not
> to me directly.
> 
> 
> -- 
> Do not meddle in the internals of kernels, for they
> are subtle and quick to panic.
> 
> 



 
____________________________________________________________________________________
Looking for earth-friendly autos? 
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kvm-15 on top of 2.6.20 - unresolved symbols
       [not found]     ` <343320.59072.qm-mZnzRdpZQtmA/QwVtaZbd3CJp6faPEW9@public.gmane.org>
@ 2007-03-03  8:28       ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-03-03  8:28 UTC (permalink / raw)
  To: Emil Tantilov; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Emil Tantilov wrote:
> Finally I got some time and played with this some
> more. The unresolved symbols are caused by the fact
> that the kvm module fails to load:
>
> FATAL: Error inserting kvm
> (/lib/modules/2.6.20/extra/kvm.ko): Device or resource
> busy
>
> I narrowed it down the following:
>
> r = register_filesystem(&kvm_fs_type);
>         if (r)              
>                 goto out3;
>
> On my system the above code fails with EBUSY. Any
> ideas?
>   


kvm-15 has a bug where it succeeds in initializing the module but 
returns failure.  So the filesystem is registered, module loading fails, 
and when you reload the module it can't register the filesystem again.

The fix was posted in 
http://article.gmane.org/gmane.comp.emulators.kvm.devel/1537.  I'll 
release kvm-16 shortly so others don't trip over it.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-03  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <45E27B12.3060108@qumranet.com>
     [not found] ` <45E27B12.3060108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-03-02  4:35   ` kvm-15 on top of 2.6.20 - unresolved symbols Emil Tantilov
     [not found]     ` <343320.59072.qm-mZnzRdpZQtmA/QwVtaZbd3CJp6faPEW9@public.gmane.org>
2007-03-03  8:28       ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox