Am 13.06.2010 um 14:50 schrieb Izumi Tsutsui:
Please email the patch to qemu-devel@nongnu.org via git-send-email.
Isn't the following post enough? What's incomplete on this?
http://lists.nongnu.org/archive/html/qemu-devel/2010-06/
msg00449.html
That is still not a proper git-format-patch patch, it is missing
among
others the From: and Subject: lines and, likely, a more detailled
description of what it does and why, for maintainers to be able to
apply it with the git-am tool.
Whole description is in the bug report itself.
git-format-patch is strictly required even in such case?
A self-contained description is required for the commit in the
(distributed) Git repository.
http://www.spheredev.org/wiki/Git_for_the_lazy#Writing_good_commit_messages
http://git.qemu.org/qemu.git/log/
If so, is there any proper documents how to submit patches for QEMU?
http://wiki.qemu.org/Contribute/StartHere
http://git.qemu.org/qemu.git/plain/CODING_STYLE
http://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html#_patch_workflow
It's not too QEMU-specific, so any Git tutorial should do.
HTH,
Andreas