This package browser is in early development. Mind the rough edges.

qemu-minimal

Machine emulator and virtualizer (without GUI or docs) for the host architecture

QEMU is a generic 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 performance.

When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. QEMU supports virtualization when executing under the Xen hypervisor or using the KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, and S390 guests.

Installation

Install the latest version of qemu-minimal as follows:

guix install qemu-minimal

Or install a particular version:

guix install qemu-minimal@9.1.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of qemu-minimal about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/qemu-minimal'><img src='https://packages.guix.gnu.org/packages/qemu-minimal/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/qemu-minimal/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/qemu-minimal)

Example Org:

[[https://packages.guix.gnu.org/packages/qemu-minimal][https://packages.guix.gnu.org/packages/qemu-minimal/badges/latest-version.svg]]