Commit 0443eaf6aeea33b91c0c7bdc54f9c37157edf527
1 parent
9117a4ab
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1287 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
7 additions
and
1 deletions
qemu-doc.texi
@@ -1161,6 +1161,12 @@ tar zxvf qemu-x.y.z.tar.gz | @@ -1161,6 +1161,12 @@ tar zxvf qemu-x.y.z.tar.gz | ||
1161 | cd qemu-x.y.z | 1161 | cd qemu-x.y.z |
1162 | @end example | 1162 | @end example |
1163 | 1163 | ||
1164 | +If you want to use the optional QEMU Accelerator Module, then download | ||
1165 | +it and install it in qemu-x.y.z/: | ||
1166 | +@example | ||
1167 | +tar zxvf /tmp/kqemu-x.y.z.tar.gz | ||
1168 | +@end example | ||
1169 | + | ||
1164 | Then you configure QEMU and build it (usually no options are needed): | 1170 | Then you configure QEMU and build it (usually no options are needed): |
1165 | @example | 1171 | @example |
1166 | ./configure | 1172 | ./configure |
@@ -1226,7 +1232,7 @@ following in @file{/etc/rc.d/rc.local}: | @@ -1226,7 +1232,7 @@ following in @file{/etc/rc.d/rc.local}: | ||
1226 | 1232 | ||
1227 | @example | 1233 | @example |
1228 | # Create the KQEMU device | 1234 | # Create the KQEMU device |
1229 | -mknod /dev/kqemu c 254 0 | 1235 | +mknod /dev/kqemu c 250 0 |
1230 | chmod 666 /dev/kqemu | 1236 | chmod 666 /dev/kqemu |
1231 | @end example | 1237 | @end example |
1232 | 1238 |