2 个仓库
Technologies for creating isolated virtual computing environments.
Distinguishing note: Focuses on hardware-level virtualization, distinct from containerization.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Virtualization Platforms. Refine with filters or upvote what's useful.
Creates multiple simulated computer systems on a single physical host.
QEMU is a cross-platform system emulator and hardware virtualization platform that enables the execution of multiple isolated operating systems on a single host machine. It functions as a processor architecture emulator, translating machine instructions between different hardware platforms to allow software designed for one architecture to run on another. The project distinguishes itself through a modular target architecture that separates core emulation logic from specific hardware definitions, supporting a wide range of processor and peripheral configurations. It utilizes dynamic binary tra
Executes multiple isolated operating systems simultaneously on a single host machine using hardware acceleration.