Kernel-based Virtual Machine: Difference between revisions

Content deleted Content added
Rafimoor (talk | contribs)
Internals: Clarification of the confusion about emulation.
Line 69:
}}{{dead link|date=January 2018 |bot=InternetArchiveBot |fix-attempted=yes }}</ref>{{rp|3}}]]
 
ByKVM itself,provides KVMdevice doesabstraction notbut performno anyprocessor emulation. Instead, it exposes the <tt>/dev/kvm</tt> interface, which a userspaceuser mode host can then use to:
* Set up the guest VM's address space. The host must also supply a firmware image (usually a custom BIOS when emulating PCs) that the guest can use to bootstrap into its main OS.
* Feed the guest simulated I/O.