From 0443eaf6aeea33b91c0c7bdc54f9c37157edf527 Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 12 Feb 2005 15:02:03 +0000 Subject: update git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1287 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-doc.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'qemu-doc.texi') diff --git a/qemu-doc.texi b/qemu-doc.texi index 9c25728b6a..d3287a886b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -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 -- cgit v1.2.3