QEMU
From Wikibooks, the open-content textbooks collection
QEMU is an emulator and virtualisation machine that allows you to run a complete operating system as just another task on your desktop. It can be very useful for trying out different operating systems, testing software, and running applications that won't run on your desktop's native platform.
QEMU runs on x86 systems running Linux, Microsoft Windows, and some UNIX platforms, and can host target systems from a range of different microprocessors as detailed on the QEMU website.
QEMU has the advantage of being able to run either as a pure emulator or as a native virtual machine (on x86 / x86-64 hardware), without requiring hardware virtualisation support.
[edit] Contents
- Installing QEMU
- Creating and Manipulating Images
- Networking
- Using the Monitor
- Setting up guest systems
[edit] External links
- QEMU website
- FreeOsZoo - a collection of pre-canned QEMU images, ready to download and run
- The wikibook QEMU and KVM (GNU Free Documentation License 1.2)