On Wed, Jul 27, 2011 at 7:32 AM, Zhi Yong Wu <wu...@linux.vnet.ibm.com> wrote: > --- > qmp-commands.hx | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)
Thanks, merged into the trivial-patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches A few tips on sending patches: If there is only one patch, a cover letter email is usually not necessary. Just send a single patch email. Usually the commit message should be "<subsystem>: <short_message>". Your cover letter subject was fine ("qmp: fix typo for qmp-commands.hx") and should be used as the subject for this patch. In this particular patch email your Signed-off-by is in the email subject, it should be at the bottom of the commit description. If in doubt about the formatting of patch emails, I suggest sending to yourself first and looking at the generated emails to check that they come out alright. I have applied this fix-ups to the commit: http://repo.or.cz/w/qemu/stefanha.git/commitdiff/0b2e110b0689e9250da78c3bf7a1a67b378856c9 Stefan