0.7.2-alt1
[qemu] / kqemu / kqemu-doc.html
index 275511a..82d2599 100644 (file)
@@ -1,6 +1,6 @@
 <HTML>
 <HEAD>
-<!-- Created by texi2html 1.56k from kqemu-doc.texi on 24 July 2005 -->
+<!-- Created by texi2html 1.56k from kqemu-doc.texi on 4 September 2005 -->
 
 <TITLE>QEMU Accelerator User Documentation</TITLE>
 </HEAD>
@@ -93,7 +93,12 @@ If you use x86 Linux, the compilation of the QEMU Accelerator Kernel
 Module (KQEMU) is automatically activated provided you have the
 necessary kernel headers. If nonetheless the compilation fails, you
 can disable its compilation with the <SAMP>`--disable-kqemu'</SAMP>
-configure option.
+configure option. 
+
+
+<P>
+Note that KQEMU cannot currently work if the Xen virtualizer is
+running on your host.
 
 
 <P>
@@ -147,6 +152,11 @@ in <TT>`/etc/rc.d/rc.local'</TT>.
 
 
 <P>
+If the major number 250 is already used by another driver, you can use
+the option <CODE>major=N</CODE> to set an alternate major number.
+
+
+<P>
 If your distribution uses udev (like Fedora), use the kqemu module
 option <CODE>major=0</CODE> to have the device <TT>`/dev/kqemu'</TT> automatically
 created:
@@ -159,29 +169,20 @@ created:
 </PRE>
 
 <P>
-It is usually necessary to change the device access rights by doing as
-root: <CODE>chmod 666 /dev/kqemu</CODE>.
-
-
-<P>
-If the major number 250 is already used by another driver, you can use
-the option <CODE>major=N</CODE> to set an alternate major number.
+It is usually necessary to change the device access rights set by
+udev. Edit <TT>`/etc/udev/permissions.d/50-udev.permissions'</TT> and add:
 
+<PRE>
+# kqemu
+kqemu:root:root:0666
+</PRE>
 
 
 
 <H2><A NAME="SEC5" HREF="kqemu-doc.html#TOC5">2.3 QEMU Accelerator Installation for Windows</A></H2>
 
 <P>
-Copy the kqemu driver <TT>`kqemu.sys'</TT> to
-<TT>`c:\winnt\system32\drivers'</TT>.  Then do:
-
-<PRE>
-regedit kqemu.reg 
-</PRE>
-
-<P>
-Now kqemu is installed and you must restart your system.
+Right click on <TT>`kqemu.inf'</TT> in Explorer and choose Install.
 
 
 <P>
@@ -210,14 +211,14 @@ emulation problems are coming from KQEMU.
 </DL>
 
 <P>
-When using KQEMU, QEMU will create a big hidden file containing the
-RAM of the virtual machine. For best performance, it is important that
-this file is kept in RAM and not on the hard disk. QEMU uses the
-<TT>`/dev/shm'</TT> directory to create this file because <CODE>tmpfs</CODE> is
-usually mounted on it (check with the shell command
-<CODE>df</CODE>). Otherwise <TT>`/tmp'</TT> is used as fallback. You can use the
-<VAR>QEMU_TMPDIR</VAR> shell variable to set a new directory for the QEMU
-RAM file.
+When using KQEMU on a Linux or FreeBSD host, QEMU will create a big
+hidden file containing the RAM of the virtual machine. For best
+performance, it is important that this file is kept in RAM and not on
+the hard disk. QEMU uses the <TT>`/dev/shm'</TT> directory to create this
+file because <CODE>tmpfs</CODE> is usually mounted on it (check with the
+shell command <CODE>df</CODE>). Otherwise <TT>`/tmp'</TT> is used as
+fallback. You can use the <VAR>QEMU_TMPDIR</VAR> shell variable to set a
+new directory for the QEMU RAM file.
 
 
 <P>
@@ -240,7 +241,7 @@ info kqemu
 </PRE>
 
 <P><HR><P>
-This document was generated on 24 July 2005 using
+This document was generated on 4 September 2005 using
 <A HREF="http://wwwinfo.cern.ch/dis/texi2html/">texi2html</A>&nbsp;1.56k.
 </BODY>
 </HTML>