KVM: Difference between revisions

From OSDev Wiki
Jump to navigation Jump to search
(Create page and write a little about KVM and what it's main use is for.)
m (Added emulator navigation box.)
Line 1: Line 1:
(追記) {{Emulators}} (追記ここまで)
{{Stub}}
{{Stub}}


Line 4: Line 5:


KVM is highly used in cloud hosting of virtual machines and other services. It is not as useful for operating system development as it does not provide any emulated hardware (it uses QEMU to emulate hardware).
KVM is highly used in cloud hosting of virtual machines and other services. It is not as useful for operating system development as it does not provide any emulated hardware (it uses QEMU to emulate hardware).
(追記) (追記ここまで)
(追記) [[Category:Emulators]] (追記ここまで)

Latest revision as of 09:11, 17 February 2025

Emulators
PC Emulators
PC Virtual Machine Monitors
PowerPC Emulators

This article is a stub! This page or section is a stub. You can help the wiki by accurately contributing to it.

KVM is a Linux kernel module that provides virtualisation support usable by user-space management tools (such as QEMU and virt-manager).

KVM is highly used in cloud hosting of virtual machines and other services. It is not as useful for operating system development as it does not provide any emulated hardware (it uses QEMU to emulate hardware).

Retrieved from "https://wiki.osdev.org/index.php?title=KVM&oldid=29407"