On Tue, 16 Sep 2025 21:21:11 +0200
Volker Diels-Grabsch
This incorporates all feedback of v5, and the commits are slightly reordered so the comment of the last commit makes more sense.
Applied, thanks to sticking to this! I hope this will finally make the QEMU disconnect/reconnect behaviour robust enough. A couple of notes for future changes: - you can add this kind of message as cover letter instead, just git format-patch --cover-letter and git will format things as needed, and concatenate In-Reply-To: and References: email headers - reporting the version number in every subject line might make reviewers' life marginally easier and it just takes a --subject-prefix="PATCH v6" (in this case) or even something like -v6 argument to git format-patch - carry Reviewed-by: tags if you don't... change the change. For example, here, 4/5 was already reviewed by David. I added the tag back (and will always do anyway) ...in any case, those are very minor details that don't really cause me any trouble as a maintainer. -- Stefano