Recently I attempted to post a patch to the qemu-devel mailing list through git send-email (as per the wiki) and while a copy of the e-mail has hit my inbox, it doesn't seem to have hit the mailing list judging by checking gmane.
Something seems to have gone wrong. The subject of the mail was: [PATCH] Add missing syscall nrs. This updates the QEMU syscall tables to more recent Linux kernels. I used git format-patch with --stdout -1 -s > syscalls_v1.patch I used git send-email with --to=qemu-devel@nongnu.org --cc=qemu-triv...@nongnu.org syscalls_v1.patch I have git sendemail set up as follows: from = Johan Ouwerkerk <jm.ouwerk...@gmail.com> smtpserver = smtp.gmail.com smtpuser = jm.ouwerk...@gmail.com smtpencryption = tls suppresscc = self (FWIW the mail was delivered with SMTP status code of 250, i.e. OK). Does anything stand out as obviously wrong? And if so what should I have done/used instead? Regards, -Johan Ouwerkerk