From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUZIf-000050-Eb for qemu-devel@nongnu.org; Mon, 10 Jul 2017 10:04:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUZIe-0003SL-MS for qemu-devel@nongnu.org; Mon, 10 Jul 2017 10:04:33 -0400 References: <1499678755-5633-1-git-send-email-gengdongjiu@huawei.com> From: Laszlo Ersek Message-ID: Date: Mon, 10 Jul 2017 16:04:16 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 1/3] ACPI: Add new ACPI structures and macros List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Dongjiu Geng , mst@redhat.com, imammedo@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, zhaoshenglong@huawei.com, peter.maydell@linaro.org, qemu-arm@nongnu.org, zhengqiang10@huawei.com, huangshaoyu@huawei.com, wuquanming@huawei.com, zhihui.gao@huawei.com On 07/10/17 15:54, Eric Blake wrote: > On 07/10/2017 04:25 AM, Dongjiu Geng wrote: >> (1) Add related APEI/HEST table structures and macros, these >> definition refer to ACPI 6.1 and UEFI 2.6 spec. > > Your mail is missing In-Reply-To: and References: headers, which makes > it appear as a new top-level thread for each patch. You'll want to > figure out why you didn't properly link back to your 0/3 cover letter > with Message-ID: <1499678736-5244-1-git-send-email-gengdongjiu@huawei.com> > Yes, the git-send-email options to use are: --thread --no-chain-reply-to Best to set them permanently in one's qemu clone, $ git config --bool sendemail.thread true $ git config --bool sendemail.chainreplyto false This is called "shallow threading" (see git-send-email(1)). Thanks Laszlo