KVM Features: Difference between revisions

From KVM
No edit summary
mNo edit summary
 
(13 intermediate revisions by 6 users not shown)
Line 2: Line 2:


This is a possibly incomplete list of KVM features, together with their status. Feel free to update any of them as you see fit.
This is a possibly incomplete list of KVM features, together with their status. Feel free to update any of them as you see fit.
As a guideline, there is a feature description template in [[FeatureDescription/Template|here]]


* [[MonitorProtocol|QMP]] - Qemu Monitor Protocol
* [[MonitorProtocol|QMP]] - Qemu Monitor Protocol
* [[KSM|KSM]] - Kernel Samepage Merging
* [[KSM|KSM]] - Kernel Samepage Merging
* [[KVMClock|Kvm Paravirtual Clock]] - A Paravirtual timesource for KVM
* [[KVMClock|KVM Paravirtual Clock]] - A paravirtual timesource for KVM
* [[CPUHotPlug|CPU Hotplug support]] - Adding cpus on the fly
* [[CPUHotPlug|CPU Hotplug support]] - Adding CPU's on the fly
* [[vmchannel]] -
* [[pcihotplug|PCI Hotplug support]] - Adding PCI devices on the fly
* [[migration]] - Migrating Virtual Machines
* [[VMchannel_Requirements | vmchannel ]] - Communication channel between the host and guests
* [[vhost]] -  
* [[migration]] - Migrating virtual machines
* [[Nested Guests]] - Running virtual machines within virtual machines
* [[VhostNet|vhost]] -
* [[scsi|SCSI disk emulation]] -
* [[virtio|Virtio Devices]] -  
* [[CPU clustering]] -  
* [[CPU clustering]] -  
* [[hpet]] -  
* [[hpet]] -  
* [[device assignment]] -  
* [[Device assignment]] -  
* [[pxe boot]] -  
* [[pxe boot]] -  
* [[iscsi boot]] -  
* [[iscsi boot]] -  
* [[x2apic]] -
* [[x2apic]] -
* [[Floppy]] -
* [[cdrom|CDROM]] -
* [[USB]] -
* [[UsbPassthrough|USB host device passthrough]] -
* [[Sound]] -
* [[UserspaceIrqchip|Userspace irqchip emulation]] -
* [[UserspacePit|Userspace pit emulation]] -
* [[Balloon|Balloon memory driver]] - 
* [[LargePages|Large pages support]] -
* [[StableABI|Stable Guest ABI]] -

Latest revision as of 06:20, 10 March 2018

KVM-Features

This is a possibly incomplete list of KVM features, together with their status. Feel free to update any of them as you see fit.

As a guideline, there is a feature description template in here