From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dg7ns-0006OC-P8 for qemu-devel@nongnu.org; Fri, 11 Aug 2017 07:08:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dg7np-0007bD-Ks for qemu-devel@nongnu.org; Fri, 11 Aug 2017 07:08:32 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:60615 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dg7np-0007ay-GE for qemu-devel@nongnu.org; Fri, 11 Aug 2017 07:08:29 -0400 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v7BB3ePm080481 for ; Fri, 11 Aug 2017 07:08:28 -0400 Received: from e06smtp12.uk.ibm.com (e06smtp12.uk.ibm.com [195.75.94.108]) by mx0b-001b2d01.pphosted.com with ESMTP id 2c984g99j6-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 11 Aug 2017 07:08:28 -0400 Received: from localhost by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Aug 2017 12:08:26 +0100 References: <1502359588-29451-1-git-send-email-armbru@redhat.com> From: Halil Pasic Date: Fri, 11 Aug 2017 13:08:22 +0200 MIME-Version: 1.0 In-Reply-To: <1502359588-29451-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Message-Id: Subject: Re: [Qemu-devel] [PATCH] error: Improve documentation of error_append_hint() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: mdroth@linux.vnet.ibm.com On 08/10/2017 12:06 PM, Markus Armbruster wrote: > Suggested-by: Halil Pasic > Signed-off-by: Markus Armbruster Nice clarification! Reviewed-by: Halil Pasic