Difference between revisions of "Archived/Xen Development Projects"

From Xen
Line 46: Line 46:
 
* Fix any upcoming issues.
 
* Fix any upcoming issues.
 
* Repeat until merged to upstream Linux kernel git tree.
 
* Repeat until merged to upstream Linux kernel git tree.
  +
* http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=shortlog;h=refs/heads/devel/xen-scsi.v1.0
 
* More info: http://wiki.xen.org/xenwiki/XenPVSCSI
 
* More info: http://wiki.xen.org/xenwiki/XenPVSCSI
  +
   
 
==== Upstreaming Xen PVUSB drivers to mainline Linux kernel ====
 
==== Upstreaming Xen PVUSB drivers to mainline Linux kernel ====
Line 60: Line 62:
 
* Fix any upcoming issues.
 
* Fix any upcoming issues.
 
* Repeat until merged to upstream Linux kernel git tree.
 
* Repeat until merged to upstream Linux kernel git tree.
  +
* http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git;a=shortlog;h=refs/heads/devel/xen-usb.v1.1
 
* More info: http://wiki.xen.org/xenwiki/XenUSBPassthrough
 
* More info: http://wiki.xen.org/xenwiki/XenUSBPassthrough
   

Revision as of 14:45, 2 August 2012


Icon todo.png Needs Refactor

This should be moved to the relevant's a project overview page (or at least be accessible from it). This is basically our "Get Involved" page


Xen Development Projects

This page lists various Xen related development projects that can be picked up by anyone! If you're interesting in hacking Xen this is the place to start! Ready for the challenge?

To work on a project:

  • Find a project that looks interesting.
  • Send an email to xen-devel mailinglist and let us know you started working on a specific project.
  • Post your ideas, questions, RFCs to xen-devel sooner than later so you can get comments and feedback.
  • Send patches to xen-devel early for review so you can get feedback and be sure you're going into correct direction.
  • Your work should be based on xen-unstable development tree, if it's Xen and/or tools related. After your patch has been merged to xen-unstable it can be backported to stable branches (Xen 4.0, Xen 3.4, etc).
  • Your kernel related patches should be based on either upstream kernel.org git tree (latest version), or xen/stable-2.6.32.x tree, depending if it's upstream or xen dom0 related work.

xen-devel mailinglist subscription and archives: http://lists.xensource.com/mailman/listinfo/xen-devel

When sending patches to xen-devel make sure you include a Signed-off-by line, like this:


Signed-off-by: Firstname Lastname <email@domain>

Always send patches as unified diffs ("diff -u"), attached to the message, and/or also inlined to the body of the message for easier review.

List of projects

If you have new ideas, suggestions or development plans let us know and we'll update this list!

Domain support

Upstreaming Xen PVSCSI drivers to mainline Linux kernel

Date of insert: 01/08/2012

Technical conact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

PVSCSI drivers needs to be upstreamed yet. Necessary operations may include:


Upstreaming Xen PVUSB drivers to mainline Linux kernel

Date of insert: 01/08/2012

Technical conact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

PVUSB drivers needs to be upstreamed yet. Necessary operations may include:

Parallel xenwatch

Date of insert: 01/08/2012

Technical conact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Xenwatch is locked with a coarse lock. For a huge number of guests this represents a scalability issue. The need is to rewrite the xenwatch locking in order to support full scalability.

Xen Cloud Platform (XCP) and XAPI projects

There are separate wiki pages about XCP and XAPI related projects. Make sure you check these out aswell!

Quick links to changelogs of the various Xen related repositories/trees

Please see XenRepositories: wiki page!