git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1287 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-02-12 15:02:03 +00:00
parent 9117a4ab91
commit 0443eaf6ae
1 changed files with 7 additions and 1 deletions

View File

@ -1161,6 +1161,12 @@ tar zxvf qemu-x.y.z.tar.gz
cd qemu-x.y.z
@end example
If you want to use the optional QEMU Accelerator Module, then download
it and install it in qemu-x.y.z/:
@example
tar zxvf /tmp/kqemu-x.y.z.tar.gz
@end example
Then you configure QEMU and build it (usually no options are needed):
@example
./configure
@ -1226,7 +1232,7 @@ following in @file{/etc/rc.d/rc.local}:
@example
# Create the KQEMU device
mknod /dev/kqemu c 254 0
mknod /dev/kqemu c 250 0
chmod 666 /dev/kqemu
@end example