KVM Features: Difference between revisions
From KVM
m (→KVM-Features) |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
* [[MonitorProtocol|QMP]] - Qemu Monitor Protocol | * [[MonitorProtocol|QMP]] - Qemu Monitor Protocol | ||
* [[KSM|KSM]] - Kernel Samepage Merging | * [[KSM|KSM]] - Kernel Samepage Merging | ||
* [[KVMClock| | * [[KVMClock|KVM Paravirtual Clock]] - A paravirtual timesource for KVM | ||
* [[CPUHotPlug|CPU Hotplug support]] - Adding | * [[CPUHotPlug|CPU Hotplug support]] - Adding CPU's on the fly | ||
* [[pcihotplug|PCI Hotplug support]] - Adding | * [[pcihotplug|PCI Hotplug support]] - Adding PCI devices on the fly | ||
* [[VMchannel_Requirements | vmchannel ]] - Communication channel between the host and guests | * [[VMchannel_Requirements | vmchannel ]] - Communication channel between the host and guests | ||
* [[migration]] - Migrating | * [[migration]] - Migrating virtual machines | ||
* [[Nested Guests]] - Running virtual machines within virtual machines | |||
* [[VhostNet|vhost]] - | * [[VhostNet|vhost]] - | ||
* [[scsi|SCSI disk emulation]] - | * [[scsi|SCSI disk emulation]] - |
Latest revision as of 05: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
- QMP - Qemu Monitor Protocol
- KSM - Kernel Samepage Merging
- KVM Paravirtual Clock - A paravirtual timesource for KVM
- CPU Hotplug support - Adding CPU's on the fly
- PCI Hotplug support - Adding PCI devices on the fly
- vmchannel - Communication channel between the host and guests
- migration - Migrating virtual machines
- Nested Guests - Running virtual machines within virtual machines
- vhost -
- SCSI disk emulation -
- Virtio Devices -
- CPU clustering -
- hpet -
- Device assignment -
- pxe boot -
- iscsi boot -
- x2apic -
- Floppy -
- CDROM -
- USB -
- USB host device passthrough -
- Sound -
- Userspace irqchip emulation -
- Userspace pit emulation -
- Balloon memory driver -
- Large pages support -
- Stable Guest ABI -