aboutsummaryrefslogtreecommitdiff
path: root/system/qemu/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/qemu/README')
-rw-r--r--system/qemu/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 987806c423e6..7e0b8cef7939 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -1,13 +1,13 @@
QEMU is a generic and open source machine emulator and virtualizer.
-When used as a machine emulator, QEMU can run OSes and programs made for
-one machine (e.g. an ARM board) on a different machine (e.g. your PC).
-By using dynamic translation, it achieves very good performances.
+When used as a machine emulator, QEMU can run OSes and programs made
+for one machine (e.g. an ARM board) on a different machine (e.g. your
+PC). By using dynamic translation, it achieves very good performances.
qemu (with kvm enabled) achieves near native performances by leveraging
the kvm-kmod modules and executing the guest code directly on the host
-CPU. Slackware provides pre-built 32/64 bit x86 kvm-kmod modules or you
-can build different versions with the kvm-kmod package.
+CPU. Slackware provides pre-built 32/64 bit x86 kvm-kmod modules or
+you can build different versions with the kvm-kmod package.
By default, this script builds all emulation targets for qemu; if you
prefer to build specific target(s), do this:
@@ -38,8 +38,8 @@ users to use extended networking capabilities, do this:
Don't forget to load the 'kvm-intel' or 'kvm-amd' module (depending on
your processor) prior to launching qemu-system-ARCH with kvm enabled.
-For older/unmaintained qemu frontends, this build also creates a symlink
-to qemu-system-ARCH at /usr/bin/qemu-kvm.
+For older/unmaintained qemu frontends, this build also creates a
+symlink to qemu-system-ARCH at /usr/bin/qemu-kvm.
libiscsi (to access iSCSI targets directly), libslirp (user mode
networking), libcacard, spice, usbredir, virglrenderer, libnfs, snappy,