From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W27Ry-0000C7-Ov for qemu-devel@nongnu.org; Sat, 11 Jan 2014 17:54:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W27Rs-0001U7-PO for qemu-devel@nongnu.org; Sat, 11 Jan 2014 17:54:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W27Rs-0001Tn-HF for qemu-devel@nongnu.org; Sat, 11 Jan 2014 17:54:36 -0500 Message-ID: <52D1CC0C.70604@redhat.com> Date: Sat, 11 Jan 2014 23:56:12 +0100 From: Max Reitz MIME-Version: 1.0 References: <1388950991-30105-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1388950991-30105-4-git-send-email-xiawenc@linux.vnet.ibm.com> In-Reply-To: <1388950991-30105-4-git-send-email-xiawenc@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V9 3/8] util: add error_append() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia , qemu-devel@nongnu.org Cc: kwolf@redhat.com, jcody@redhat.com, peter.crosthwaite@xilinx.com, stefanha@redhat.com On 05.01.2014 20:43, Wenchao Xia wrote: > Some old code in error_set() is factored out, so this function can > call it. > > Signed-off-by: Wenchao Xia > --- > include/qapi/error.h | 6 ++++++ > util/error.c | 44 +++++++++++++++++++++++++++++++++++++++----- > 2 files changed, 45 insertions(+), 5 deletions(-) Reviewed-by: Max Reitz