Contribute: Difference between revisions

From QEMU
No edit summary
Line 1: Line 1:
On [[Documentation/GettingStartedDevelopers|this helper page]] there is a list of rather simple steps (even if that is not the only way) describing how you can enable yourselves to join this project. Below you will find the project specific organizational and technical aspects that will allow you to hook into the ongoing development.
== Project Infrastructure ==
* Source repository: [http://git.qemu.org Mainline qemu.git] and [http://repo.or.cz/w/qemu.git developer repositories]
* Mailing list: [[MailingLists|mailing list]]
* IRC: #qemu on [http://www.oftc.net/ irc.oftc.net]
* Bug tracker: [[Contribute/ReportABug|launchpad]]
* Wiki: [[Main_Page|this website]]


== Revision Control ==
== Key Information ==
 
* [[Documentation/GettingStartedDevelopers|Getting started for developers]]
QEMU uses [http://www.gitscm.org git] for revision control.  A number of repositories is hosted on http://git.qemu.org.
* [[Contribute/SubmitAPatch|How to submit a patch]]
* [[Contribute/ReportABug|How to report a bug]]


== Students ==
== Students ==

Revision as of 10:15, 6 January 2011

Project Infrastructure

Key Information

Students

QEMU is participating in Google's Summer of Code 2010 program.

Some reports on the processed topics (partially or fully) can be found here:

  • QMP - about syncing QEMU monitor and QEMU Machine Protocol (QMP) features
  • VNC - about improvements in speed and features of QEMU supported VNC protocols

For more information on GSoC-2010 and especially lots more of probably still open topics for improvement please see this page.

Features

GIT repo

Developers