QEMU
Appearance
This book applies to version 2.5 and newer of QEMU.
QEMU is quick; it's a hypervisor that allows you to run virtual machines with complete operating systems that operate like any other program on your desktop. This can be useful for general purpose computing and black box testing. The software, whose website can be found here, is open-source and cross-platform. It targets a range of computer architectures beyond standard IBM PCs such as ARM and PowerPC. On Linux, it also has user-mode emulation where standard executables of one architecture can seamlessly run on another. This book will help you use the modern incarnation of QEMU for a wide variety of purposes.
Contents
- QEMU Hello World: Installing QEMU and getting it up and running
- Installing QEMU
- Creating and Manipulating Images
- Networking
- Using the Monitor
- Invocation
- Setting up guest systems
- Emulated devices
- Host's devices
- User Interface
- Debugging with QEMU
Further reading
- QEMU website
- QEMU wiki
- KVM, the kernel-based virtual machine for QEMU
- The wikibook QEMU and KVM (GNU Free Documentation License 1.2)
- archlinux QEMU wiki