I want to submit a patch

Asked by dk647

how can I submit a patch?
when I use qemu-kvm,I found this in function "snapshot_blkdev ":

+ "If format is specified, the snapshot file will\n\t\t\t"
+ "be created in that format. Otherwise the\n\t\t\t"
+ "snapshot will be internal! (currently unsupported)",

I want to submit a patch to support this,what should I do?

sorry for my English.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu qemu-kvm Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#1

Open a bug for the related package and send the patch like an attached file.
Developers will examine the patch.

Thanks

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

You have to understand that the Ubuntu version qemu-kvm is based on the common qemu software.
If your patch provides modification to the Ubuntu-specific part, you should create a bug report in https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+filebug or https://bugs.launchpad.net/qemu/+filebug

If your modifcation is an enhancement for the common qemu software, you should post your patch on the related project page
http://wiki.qemu.org respective http://wiki.qemu.org/Contribute/SubmitAPatch

Revision history for this message
dk647 (meizu647) said :
#3

Thanks Manfred Hampl, that solved my question.