qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Posting a patch?


From: Stefan Weil
Subject: Re: [Qemu-devel] Posting a patch?
Date: Mon, 14 May 2012 22:30:32 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120506 Iceowl/1.0b1 Icedove/3.0.11

Am 14.05.2012 22:12, schrieb Erik Rull:
Hi all,

is there a guideline or manual how to send a patch to the qemu mailing list? It seems as if this can be done somehow automagically using the local git repository, but I didn't find a tool to do that.

Thanks!

Best regards,

Erik

Hi Erik,

if you use git for sending, you don't risk that your mailer destroys the format of your patch. I usually use these commands to send a single patch from the QEMU source directory:

# Create the patch file (name depends on the subject line of your patch).
    git format-patch HEAD^
    # Check the patch (fix any issues which were found).
    scripts/checkpatch.pl 0001-*
    # Get the maintainer who is responsible (there is not always one).
    scripts/get_maintainer.pl 0001-*
    # Send the patch.
git send-email --to address@hidden --to "n.n <address@hidden>" 0001-*

Please read also http://wiki.qemu.org/Contribute/SubmitAPatch.

Regards,

Stefan W.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]