system/qemu: Fixed dep information

This commit is contained in:
ponce 2012-08-22 16:25:45 +02:00 committed by Robby Workman
parent fba1d1f5ec
commit df7ea9f505
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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"