Development: Difference between revisions
From Xen
Jump to navigationJump to search
IanJackson (talk | contribs) |
IanJackson (talk | contribs) (remove some users features from dev page and some obsolete stuff) |
||
Line 30: | Line 30: | ||
* [[XenTerminology]] |
* [[XenTerminology]] |
||
* [[XenDebugging]] |
* [[XenDebugging]] |
||
* [[XenParavirtOpsHelp]] - how to report bugs in the Linux kernel when used with Xen |
|||
=== Latest Release and Features === |
=== Latest Release and Features === |
||
* [[Xen4.1]] - the latest Xen release |
|||
* [[2.6.18-to-2.6.31-and-higher]] - Build PVOps kernel |
|||
* [[XenKernelFeatures]] - various features supported by different Xen enabled Linux kernels |
|||
* [[XenParavirtOps]] - the upstream linux kernel with Xen |
|||
** [[XenParavirtOpsHelp]] - what is required for users submitting bug requests for XenPVOps kernel |
|||
* [[XenVGAPassthrough]] - VGA graphics adapter passthrough to Xen HVM (fully virtualized) guests |
|||
* [[XenUSBPassthrough]] -passthru of USB devices from dom0 to guests |
|||
* [[XenPCIpassthrough]] - PCI passthru to assign a PCI device to a guest |
|||
* [[XenLinuxPVonHVMdrivers]] - using optimized PV-on-HVM drivers with Xen HVM guests running (unmodified) Linux kernels |
* [[XenLinuxPVonHVMdrivers]] - using optimized PV-on-HVM drivers with Xen HVM guests running (unmodified) Linux kernels |
||
* [[XenPVSCSI]] - PVSCSI allows high performance passthrough of SCSI devices (or LUNs) from dom0 to a Xen PV or HVM guest |
|||
* [[blktap]] - toolkit provides a user-level disk I/O interface (pre Xen 4.0 information) |
* [[blktap]] - toolkit provides a user-level disk I/O interface (pre Xen 4.0 information) |
||
* [[blktap2]] - toolkit provides a user-level disk I/O interface (post Xen 4.0 information) |
* [[blktap2]] - toolkit provides a user-level disk I/O interface (post Xen 4.0 information) |
Revision as of 18:01, 26 November 2012
Xen Developers Information
This wiki page is for developers interested in writing software, testing builds, or documenting the various Xen products (projects).
Xen Hypervisor Project
How Xen Development takes place
The primary place to go to ask development questions, submit patches, and find out about the forthcoming roadmap, is the xen-devel mailing list.
There is also some more specific information:
- SubmittingXenPatches - process to submit a patch to the latest Xen unstable branch
- XenRepositories - list of Xen related sourcecode repositories and changelogs of the trees, including kernels.
- AskingXenDevelQuestions - how best to ask a question on xen-devel
- XenDevelopmentProjects - list of Xen related projects for (new) developers to work on!
- http://lists.xensource.com/xen-changelog - The Xen changelog lists receive copies of commits made to the Xen hypervisor source tree
Technical information
- XenSerialConsole - We recommend configuring Xen and your dom0 to log to a serial port and capturing the output eg with a serial concentrator
- XenTerminology
- XenDebugging
- XenParavirtOpsHelp - how to report bugs in the Linux kernel when used with Xen
Latest Release and Features
- XenLinuxPVonHVMdrivers - using optimized PV-on-HVM drivers with Xen HVM guests running (unmodified) Linux kernels
- blktap - toolkit provides a user-level disk I/O interface (pre Xen 4.0 information)
- blktap2 - toolkit provides a user-level disk I/O interface (post Xen 4.0 information)
- VTdHowTo - give a domU exclusive access to a PCI function using the IOMMU provided by VT-d
- xenpm - power management design/features of Xen
- Remus - Fault Tolerance for Xen, Transparent High Availability for VMs.
Xen ARM Project
- XenARM - Overview of Xen ARM Project
Xen Client Initiative
- XCI: XCI - Overview of Xen Client Initiative
Xen Introspection Project
- Xen Introspection - Overview of Xen Introspection Project
Xen Cloud Platform
- XCP: XCP Overview - Overview of Xen Cloud Platform Project
Xen HXEN Project
- Xen HXEN - Overview of HXEN (Hosted Xen)