Revision 0443eaf6 qemu-doc.texi

b/qemu-doc.texi
1161 1161
cd qemu-x.y.z
1162 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 1170
Then you configure QEMU and build it (usually no options are needed):
1165 1171
@example
1166 1172
./configure
......
1226 1232

  
1227 1233
@example
1228 1234
# Create the KQEMU device
1229
mknod /dev/kqemu c 254 0
1235
mknod /dev/kqemu c 250 0
1230 1236
chmod 666 /dev/kqemu
1231 1237
@end example
1232 1238

  

Also available in: Unified diff