* [Qemu-devel] Kqemu charged?
@ 2005-05-08 19:36 Marc Collin
2005-05-08 21:00 ` André Braga
2005-05-08 22:39 ` Thibaut LAURENT
0 siblings, 2 replies; 7+ messages in thread
From: Marc Collin @ 2005-05-08 19:36 UTC (permalink / raw)
To: qemu-devel
hi
i do:
modprobe kqemu
with /sbin/lsmod | grep kqemu
kqemu 43272 0
does kqemu run corretely?
l'm not suppose to get 2?
thanks
--
www.laboiteaprog.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Kqemu charged?
2005-05-08 19:36 [Qemu-devel] Kqemu charged? Marc Collin
@ 2005-05-08 21:00 ` André Braga
2005-05-08 21:12 ` Marc Collin
2005-05-08 22:39 ` Thibaut LAURENT
1 sibling, 1 reply; 7+ messages in thread
From: André Braga @ 2005-05-08 21:00 UTC (permalink / raw)
To: qemu-devel
Unless you have 2 instances of QEMU running, no, you're not supposed to.
2005/5/8, Marc Collin <collinm@laboiteaprog.com>:
> hi
>
> i do:
> modprobe kqemu
>
> with /sbin/lsmod | grep kqemu
> kqemu 43272 0
>
> does kqemu run corretely?
> l'm not suppose to get 2?
>
> thanks
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] Kqemu charged?
2005-05-08 19:36 [Qemu-devel] Kqemu charged? Marc Collin
2005-05-08 21:00 ` André Braga
@ 2005-05-08 22:39 ` Thibaut LAURENT
1 sibling, 0 replies; 7+ messages in thread
From: Thibaut LAURENT @ 2005-05-08 22:39 UTC (permalink / raw)
To: qemu-devel
On Sunday 08 May 2005 21:36, Marc Collin wrote:
> hi
>
> i do:
> modprobe kqemu
>
> with /sbin/lsmod | grep kqemu
> kqemu 43272 0
>
> does kqemu run corretely?
> l'm not suppose to get 2?
Yes you are if :
* one instance of qemu is running
* this instance was started after kqemu was loaded
* /dev/kqemu is there and has correct permissions for the account you're
currently logged in (it might have disappeared because of udev...)
0 means the module is not currently used (no /dev/kqemu ?)
To be on the safe side with kqemu, you can add the following line to
your /etc/modprobe.conf (or whatever similar file for your distro) :
alias char-major-250 kqemu
The device file itself can be created in a very simple initscript...
BTW, qemu complains if it was compiled with kqemu support and can't use it for
some reason ("Could not open '/dev/kqemu' - QEMU acceleration layer not
activated").
Cheers,
Thibaut
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-05-08 23:50 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-08 19:36 [Qemu-devel] Kqemu charged? Marc Collin
2005-05-08 21:00 ` André Braga
2005-05-08 21:12 ` Marc Collin
2005-05-08 22:40 ` Struan Bartlett
2005-05-08 22:50 ` Joe Menola
2005-05-08 23:12 ` Marc Collin
2005-05-08 22:39 ` Thibaut LAURENT
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.