Language

Package: qemu @ 4.2.0

Synopsis

Machine emulator and virtualizer

Description

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.

Home page
https://www.qemu.org
Location
gnu/packages/virtualization.scm (line: 115, column: 2)
License

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 132 is way too long (97 characters)
formatting

Look for formatting issues in the source

line 133 is way too long (97 characters)