system/qemu: Fixed dep information
This commit is contained in:
parent
fba1d1f5ec
commit
df7ea9f505
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue