From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YT54V-00027r-DB for qemu-devel@nongnu.org; Wed, 04 Mar 2015 03:54:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YT54U-0000FS-Ia for qemu-devel@nongnu.org; Wed, 04 Mar 2015 03:54:27 -0500 Message-ID: <54F6C826.1010209@huawei.com> Date: Wed, 4 Mar 2015 16:53:58 +0800 From: zhanghailiang MIME-Version: 1.0 References: <1425376508-12632-1-git-send-email-zhang.zhanghailiang@huawei.com> <54F5ECE2.80603@redhat.com> <874mq144ks.fsf@blackfin.pond.sub.org> In-Reply-To: <874mq144ks.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] error: Replace error_report() & error_free() with error_report_err() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , Eric Blake Cc: qemu-trivial@nongnu.org, hangaohuai@huawei.com, peter.huangpeng@huawei.com, qemu-devel@nongnu.org On 2015/3/4 15:14, Markus Armbruster wrote: > Eric Blake writes: > >> On 03/03/2015 02:55 AM, zhanghailiang wrote: >>> Signed-off-by: zhanghailiang >>> --- >> >> Might have been nice to mention this was a continuation of the work >> started in commit 565f65d27. > > Yes. Perhaps the -trivial maintainer can stick in a reference on > commit. > :), i will send v2, to make his life easy. Thanks. >>> hw/arm/virt.c | 2 +- >>> savevm.c | 3 +-- >>> 2 files changed, 2 insertions(+), 3 deletions(-) >> >> Reviewed-by: Eric Blake > >