summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/qemu/README7
-rw-r--r--system/qemu/qemu.info2
2 files changed, 5 insertions, 4 deletions
diff --git a/system/qemu/README b/system/qemu/README
index 1c2c240fc9..253779d6ea 100644
--- a/system/qemu/README
+++ b/system/qemu/README
@@ -6,9 +6,10 @@ By using dynamic translation, it achieves very good performances.
When used as a virtualizer, QEMU achieves near native performances by
executing the guest code directly on the host CPU. A host driver called
-the QEMU accelerator (also known as KQEMU) is needed in this case. The
-virtualizer mode requires that both the host and guest machine use x86
-compatible processors.
+the QEMU accelerator (also known as KQEMU) is needed in this case
+(contained in the optional dependency kqemu). The virtualizer mode
+requires that both the host and guest machine use x86 compatible
+processors.
NOTE:
qemu builds man-pages at compile-time; to do so, /sbin must be in the
diff --git a/system/qemu/qemu.info b/system/qemu/qemu.info
index 125d1ea3cc..6307ef9da5 100644
--- a/system/qemu/qemu.info
+++ b/system/qemu/qemu.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://wiki.qemu.org/download/qemu-1.0.1.tar.gz"
MD5SUM="5efd1091f01e3bc31bfdec27b8edeb00"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="kqemu spice"
+REQUIRES=""
MAINTAINER="Andrew Brouwers"
EMAIL="abrouwers@gmail.com"