| 1161 |
cd qemu-x.y.z |
cd qemu-x.y.z |
| 1162 |
@end example |
@end example |
| 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 |
|
|
| 1170 |
Then you configure QEMU and build it (usually no options are needed): |
Then you configure QEMU and build it (usually no options are needed): |
| 1171 |
@example |
@example |
| 1172 |
./configure |
./configure |
| 1232 |
|
|
| 1233 |
@example |
@example |
| 1234 |
# Create the KQEMU device |
# Create the KQEMU device |
| 1235 |
mknod /dev/kqemu c 254 0 |
mknod /dev/kqemu c 250 0 |
| 1236 |
chmod 666 /dev/kqemu |
chmod 666 /dev/kqemu |
| 1237 |
@end example |
@end example |
| 1238 |
|
|