diff options
author | Nikos Skalkotos <skalkoto@gmail.com> | 2011-05-19 10:15:33 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-19 10:15:33 -0500 |
commit | 3a581f73806634bbce410dd97f92ba0c6cde0327 (patch) | |
tree | f1fe81b92d99caf82dd9b1786edfa88ea2169ae9 /system/qemu-kvm/README | |
parent | 2f37d2ee5f4bdfe9d208619a3f0fa82c397ede33 (diff) | |
download | slackbuilds-3a581f73806634bbce410dd97f92ba0c6cde0327.tar.gz |
system/qemu-kvm: Build only x86 and x86_64 stuff by default
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/qemu-kvm/README')
-rw-r--r-- | system/qemu-kvm/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/qemu-kvm/README b/system/qemu-kvm/README index 1b864b7335..4c9a99a300 100644 --- a/system/qemu-kvm/README +++ b/system/qemu-kvm/README @@ -19,3 +19,11 @@ After package installation, make sure you have the KVMGROUP present on your system and that all desired users are members of that group. Don't forget to load the KVM-INTEL or KVM-AMD module depending on your processor. + +The script builds only x86 and x86_64 Linux Target CPU emulators by default. +If you need to emulate all target CPUs, set BUILD_ARCH to "all" but be +aware that the compilation will take a lot longer, and you should really +be using plain "qemu" for the others (since they can't use the KVM stuff +anyway. The default "x86_64" value works fine for for 32-bit or 64-bit +QEMU-KVM hosts providing full system emulation supporting Linux, BSD, and +Windows guests. |