opt/kqemu
2009-03-15 12:52:45 +11:00
..
.footprint qemu: updated to version 0.8.1 2006-05-05 13:08:09 +00:00
.md5sum kqemu: update to 1.4.0pre1 2009-03-14 12:58:54 +11:00
kqemu.patch kqemu: added patch for kernel >= 2.6.23 2007-10-20 03:08:11 +02:00
Pkgfile kqemu: fix url, change maintainer 2009-03-15 12:52:45 +11:00
README kqemu: small change to the README regarding udev rules 2006-05-05 14:37:29 +00:00

REQUIREMENTS

PRE-INSTALL

POST-INSTALL

In order to use the QEMU Accelerator Module, first enable /dev/shm in
/etc/fstab. This is the area kqemu uses for the virtual machine RAM.

When using udev, the device node is created automatically; add the following to
/etc/udev/rules.d/10-custom.rules to allow all users of group 'qemu' to use
kqemu:

  KERNEL=="kqemu", MODE="0660", GROUP="qemu"

Loading the kqemu kernel module is done with "modprobe kqemu major=0" This will
cause the major number to be assigned dynamically.

PRECAUTION