55
edits
(→KVM) |
(→KVM) |
||
===KVM===
QEMU can run operating systems at near native speeds with KVM, the Linux kernel's API for utilizing CPU native virtualization support. With KVM, instead of using the Tiny Code Generator (TCG) to
You can enable KVM by adding <kbd>-accel kvm</kbd> to the startup arguments, or by appending <kbd>,accel=kvm</kbd> to your <kbd>-machine</kbd>/<kbd>-M</kbd> option.
|