virtfs-proxy-helper

QEMU full system emulation binaries (common files)

Install

All systems
curl cmd.cat/virtfs-proxy-helper.sh
Debian Debian
apt-get install qemu-system-common
Ubuntu
apt-get install qemu-system-common
Arch Arch Linux
pacman -S qemu-headless
image/svg+xml Kali Linux
apt-get install qemu-system-common
Fedora
dnf install qemu-common-2
Windows (WSL2)
sudo apt-get update sudo apt-get install qemu-system-common
Raspbian
apt-get install qemu-system-common

qemu-system-common

QEMU full system emulation binaries (common files)

QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides common files needed for target-specific full system emulation (qemu-system-*) packages.

qemu-common-2

3.1.0-4.fc30.x86_64 : QEMU common files needed by all QEMU targets

qemu

fast processor emulator

QEMU is a fast processor emulator: currently the package supports ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4, SPARC and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. QEMU has two operating modes: * User mode emulation: QEMU can launch Linux processes compiled for one CPU on another CPU. * Full system emulation: QEMU emulates a full system, including a processor and various peripherals. It enables easier testing and debugging of system code. It can also be used to provide virtual hosting of several virtual machines on a single server. As QEMU requires no host kernel patches to run, it is very safe and easy to use. This package is a metapackage depending on all qemu-related packages.

qemu-headless

QEMU without GUI