From Fedora Project Wiki

(rough draft initial update for f13)
No edit summary
 
(65 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{Admon/warning | Document is Draft | The contents of this beat are a rough draft for Fedora 13, and may still contain Fedora 12 info at the moment.}}
{{header|docs}}


[[Category:Documentation]]
{{Docs_beat_closed}}
[[Category:Release Notes]]
[[Category:Virtualization]]


== Virtualization ==
[[Category:Docs Project]]
 
[[Category:Draft documentation]]
=== Kernel Acceleration for KVM Networking ===
[[Category:Documentation beats]]
The [[Features/VHostNet | VHost Net]] feature moves the task of converting virtio descriptors to skbs and back from qemu userspace to the kernel driver. This was shown to reduce latency by a factor of 5, and improve bandwidth from 90% native to 95% of native on some systems.
 
It is activated by using -netdevice options (instead of -net) and adding vhost=on flag.
 
* http://fedoraproject.org/wiki/Features/VHostNet
 
=== KVM Stable PCI Addresses ===
KVM guests in Fedora now have stable PCI addresses, reducing the chance that Windows guests will require reactivation as guest configuration is modified.
 
KVM guest virtual machine devices retain their PCI address allocations as other devices are added or removed from the guest configuration.
 
* http://fedoraproject.org/wiki/Features/KVM_Stable_PCI_Addresses
* http://fedoraproject.org/wiki/Features/KVM_Stable_Guest_ABI
 
=== Virt x2apic ===
X2apic improves guest performance by reducing the overhead of APIC access, which is used to program timers and for issuing inter-processor interrupts. By exposing x2apic to guests, and by enabling the guest to utilize x2apic, we improve guest performance.
 
Fedora 13 supports x2apic in both the host and guest roles.
 
* http://fedoraproject.org/wiki/Features/Virtx2apic - '''Percentage of completion: 90%'''
 
=== Virtio-Serial ===
The virtio-console pci device is now equipped to handle multiple console ports as well as generic ports for guests running on top of qemu and KVM. This facilitates simple communication between guest and host.
 
* http://fedoraproject.org/wiki/Features/VirtioSerial
 
=== Other Improvements ===
==== Virtualization Technology Preview Repo ====
The Virtualization Preview Repository exists for people who would like to test the very latest virtualization related packages. This repo is intended primarily as an aid to testing and early experimentation. It is not intended for 'production' deployment.
 
For further details refer to:
* http://fedoraproject.org/wiki/Virtualization_Preview_Repository
 
=== Xen Kernel Support ===
The <code>kernel</code> package in Fedora 13 supports booting as a guest domU, but will not function as a dom0 until such support is provided upstream.
 
The most recent Fedora release with dom0 support is Fedora 8.
 
Booting a Xen domU guest within a Fedora 13 host requires the KVM based <code>xenner</code>. Xenner runs the guest kernel and a small Xen emulator together as a KVM guest.
 
{{Admon/important | KVM requires hardware virtualization features in the host system.| Systems lacking hardware virtualization do not support Xen guests at this time. }}
 
 
For further details refer to:
* http://sourceforge.net/projects/kvm
* http://kraxel.fedorapeople.org/xenner/
* http://fedoraproject.org/wiki/Features/XenPvops
* http://fedoraproject.org/wiki/Features/XenPvopsDom0
 
<noinclude>[[Category:Release Notes]]<noinclude>

Latest revision as of 01:33, 20 September 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.