From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8svm-0004es-Nk for qemu-devel@nongnu.org; Tue, 15 Dec 2015 11:58:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8svi-0006qM-M4 for qemu-devel@nongnu.org; Tue, 15 Dec 2015 11:58:30 -0500 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:35438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8svi-0006q2-FY for qemu-devel@nongnu.org; Tue, 15 Dec 2015 11:58:26 -0500 Received: by mail-pa0-x22a.google.com with SMTP id hk6so7599770pad.2 for ; Tue, 15 Dec 2015 08:58:25 -0800 (PST) Message-ID: <567046AB.1000106@linaro.org> Date: Wed, 16 Dec 2015 00:58:19 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1449804086-3464-1-git-send-email-zhaoshenglong@huawei.com> <1449804086-3464-2-git-send-email-zhaoshenglong@huawei.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 01/10] acpi: support serialized method List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Shannon Zhao Cc: Wei Huang , G Gregory , "Michael S. Tsirkin" , QEMU Developers , "Huangpeng (Peter)" , qemu-arm , Igor Mammedov On 2015/12/16 0:54, Peter Maydell wrote: > On 11 December 2015 at 03:21, Shannon Zhao wrote: >> >From: Xiao Guangrong >> > >> >Add serialized method support so that explicit Mutex can be >> >avoided >> > >> >Signed-off-by: Xiao Guangrong >> >Signed-off-by: Igor Mammedov >> >Reviewed-by: Shannon Zhao > Shannon, this patch needs a Signed-off-by: line from you, > since you're sending it to the list on behalf of somebody > else. (You can just reply to this email to provide it, > you don't need to resend the series.) Sure. Thanks. Signed-off-by: Shannon Zhao -- Shannon