On 4 June 2016 at 23:33, Richard Henderson <r...@twiddle.net> wrote: > On 06/04/2016 11:34 AM, Michael Rolnik wrote: >> >> understood. but I am totally lost now. what should I do now. >> I've sent a set of patches last Friday, they should include all the fixes. > > > For the next round: > > git format-patch --cover-letter --subject-prefix='PATCH v4' master
I recommend also -o my-patch-set-4 which will create a subdirectory 'my-patch-set-4' to put the patches in; otherwise you'll end up with patches for multiple versions all in the current working directory... > Edit 0000-cover-letter.patch to describe the patch set and changes since v3. > > git send-email --to=qemu-devel@nongnu.org --cc=r...@twiddle.net 00* ...and this wildcard will send them all at once by mistake. thanks -- PMM