This script is for Slackware 14.0 only and may be outdated.

SlackBuilds Repository

14.0 > System > qemu (1.6.0)

QEMU is a generic and open source machine emulator and virtualizer.

When used as a machine emulator, QEMU can run OSes and programs made for
one machine (e.g. an ARM board) on a different machine (e.g. your own PC).
By using dynamic translation, it achieves very good performances.

qemu (with kvm enabled) achieves near native performances by leveraging
the kvm-kmod modules and executing the guest code directly on the host
CPU. Slackware provides pre-built 32/64 bit x86 kvm-kmod modules or you
can build different versions with the kvm-kmod package.

By default, this script builds only the x86 and arm emulation targets
for qemu; if you prefer to build all supported targets, do this:

TARGETS=all ./qemu.SlackBuild

We patch the installed udev rules to require membership in "users"
group instead of a custom "kvm" group to uses /dev/kvm. If you prefer
something different, then run the build script like this:

KVMGROUP=group ./qemu.SlackBuild

Don't forget to load the 'kvm-intel' or 'kvm-amd' module (depending on
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.

spice and usbredir are optional dependencies.

Maintained by: Edward Koenig
Keywords: qemu,kqemu,emulator,emulate,vmware,emulation,virtualization,binary,virtual
ChangeLog: qemu

Homepage:
http://wiki.qemu.org/Main_Page

Source Downloads:
qemu-1.6.0.tar.bz2 (f3f39308472d629aca57a255a0c91ba9)

Download SlackBuild:
qemu.tar.gz
qemu.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
65-kvm.rules
README
qemu.SlackBuild
qemu.info
slack-desc

Validated for Slackware 14.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds