On Tue 11 Apr 2017 06:44:33 PM CEST, Prerna Garg wrote: > I am having difficulties sending the email through command line. So as > a last resort I am sending the patch as an attachment.
Hi! what is the exact problem? Once you commit your patch, can you export it correctly to a file using "git format-patch" ? After that you can simply write something like git send-email --to="qemu-devel@nongnu.org" --cc="Alberto Garcia <be...@igalia.com>" patch-file.patch Berto