These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / docs / Contributing.md
1 SeaBIOS welcomes contributions of code (either fixing bugs or adding
2 new functionality). At a high level, the process to contribute a
3 change is:
4
5 1. [Obtain](Download) the current code and documentation
6 2. Enhance and test the code locally
7 3. Submit changes to the SeaBIOS [mailing list](Mailinglist) as a
8    patch
9 4. Receive feedback, answer questions, and possibly provide updated
10    patches
11 5. When accepted, a maintainer (Kevin O'Connor or Gerd Hoffman) will
12    commit the change to the master SeaBIOS repository
13
14 The SeaBIOS patch submission process is similar to the
15 [QEMU process](http://wiki.qemu.org/Contribute/SubmitAPatch). Please
16 review the QEMU process for more details and tips on the best way to
17 submit patches. The SeaBIOS C code does follow a slightly different
18 coding style from QEMU (eg, mixed code and C99 style variable
19 declarations are encouraged, braces are not required around single
20 statement blocks), however patches in the QEMU style are acceptable.