summaryrefslogtreecommitdiffstats
path: root/system/qemu/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/qemu/README')
-rw-r--r--system/qemu/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 1c9b196e0c..82e16158ad 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -41,14 +41,12 @@ 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.
-libslirp (user mode networking), libcacard, spice, usbredir,
-virglrenderer, libnfs, snappy, device-tree-compiler, glusterfs, and vde2
-are optional dependencies.
+libcacard, spice, usbredir, virglrenderer, libnfs, snappy, glusterfs,
+device-tree-compiler, and vde2 are optional dependencies.
-To enable user mode networking, install libslirp (availale on SBO), then
-compile qemu:
+To disable user mode networking compile qemu with:
-SLIRP=yes ./qemu.SlackBuild
+ SLIRP=no ./qemu.SlackBuild
libiscsi (to access iSCSI targets directly) is optional dependency,
and will be picked up, if present, during the compilation.
@@ -58,6 +56,8 @@ order for any of the documentation to be built.
If you wish to emulate ARM, you will want device-tree-compiler.
+The dependency virtiofsd isn't usable on a 32bit operating system.
+
NOTES:
This version breaks some backward compatibility with earlier versions.
Consult the official changelogs for details.