Contribute: Difference between revisions

From QEMU
(add link to BeBox page)
Line 52: Line 52:
* [[Features/Usability |Usability ]]
* [[Features/Usability |Usability ]]
* [[Features/Sheepdog |Sheepdog ]]
* [[Features/Sheepdog |Sheepdog ]]
* [[Features/PRePCleanup|PReP cleanup]]
* [[Features/40p|40p]]
* [[Features/40p|40p]]
* [[Features/BeBox|BeBox]]
* [[Features/BeBox|BeBox]]

Revision as of 22:29, 28 December 2010

QEMU uses git for revision control. We host a number of repositories on http://git.qemu.org.

Submitting patches

All contributions to QEMU are sent in patch form to the qemu-devel mailing list.

Send patches inline so they are easy to reply to with review comments. Do not put patches in attachments.

Patch emails must include a Signed-off-by: line. For more information see SubmittingPatches 1.12.

Make sure to follow the coding style:

Split up longer patches into a patch series of logical code changes. Each change should compile and execute successfully.

Students

QEMU is participating in Google's Summer of Code 2010 program. For more information, see this page.

Features

GIT repo

Developers