qemu-system-i386

QEMU full system emulation binaries (x86)

Install

All systems
curl cmd.cat/qemu-system-i386.sh
Debian Debian
apt-get install qemu-system
Ubuntu
apt-get install qemu-system-x86
Alpine
apk add qemu
Arch Arch Linux
pacman -S qemu-headless-arch-extra
image/svg+xml Kali Linux
apt-get install qemu-system-x86
Fedora
dnf install xen-runtime
Windows (WSL2)
sudo apt-get update sudo apt-get install qemu-system-x86
OS X
brew install qemu
Raspbian
apt-get install qemu-system-x86
Docker
docker run cmd.cat/qemu-system-i386 qemu-system-i386 powered by Commando

qemu-system-x86

QEMU full system emulation binaries (x86)

QEMU is a fast processor emulator: currently the package supports i386 and x86-64 emulation. By using dynamic translation it achieves reasonable speed while being easy to port on new host CPUs. This package provides the full system emulation binaries to emulate the following x86 hardware: i386 x86_64. In system emulation mode 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. On x86 host hardware this package also enables KVM kernel virtual machine usage on systems which supports it.

qemu-system-x86-core-2

2.9.0-1.fc26.1.x86_64 : QEMU system emulator for x86

xen-runtime

Core Xen runtime environment

qemu-arch-extra

QEMU for foreign architectures

qemu-headless-arch-extra

QEMU without GUI, for foreign architectures

qemu-system

QEMU full system emulation binaries

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 metapackage provides the full system emulation binaries for all supported targets, by depending on all per-architecture system emulation packages which QEMU supports.

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.