Am 19.06.2011 23:55, schrieb Andreas Färber: > Am 19.06.2011 um 22:57 schrieb Blue Swirl: > >> These and the stack frame patches can be found in >> git://repo.or.cz/qemu/blueswirl.git >> >> Blue Swirl (9): >> cpu_loop_exit: avoid using AREG0 >> sparc: fix coding style of the area to be moved >> sparc: move do_interrupt to helper.c >> x86: use caller supplied CPUState for interrupt related stuff >> m68k: use caller supplied CPUState for interrupt related stuff >> cpu-exec: unify do_interrupt call >> exec.h: fix coding style and change cpu_has_work to return bool >> Move cpu_has_work and cpu_pc_from_tb to cpu.h >> Remove exec-all.h include directives > > This is getting rather unhandy with two series... > > Could you please check that chainreplyto = true under [sendemail]? I > have no other related options set, and it used to work via Gmail last > time I tried.
Actually, chainreply = false is what you want, so that all patches are replies to patch 0 instead of patch n-1. Of course, you need to send off the whole series with only a single git-send-email invocation for it to work, like git send-email 00*.patch Kevin