From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhWWd-0000Zv-CW for qemu-devel@nongnu.org; Wed, 07 Sep 2016 02:40:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhWWY-00010x-DG for qemu-devel@nongnu.org; Wed, 07 Sep 2016 02:39:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhWWY-00010t-7i for qemu-devel@nongnu.org; Wed, 07 Sep 2016 02:39:54 -0400 Date: Wed, 7 Sep 2016 14:39:49 +0800 From: Fam Zheng Message-ID: <20160907063949.GA16501@lemon> References: <1473228390-18669-1-git-send-email-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473228390-18669-1-git-send-email-peterx@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 0/4] Introduce error_report_{fatal|abort} List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: qemu-devel@nongnu.org, armbru@redhat.com, peter.maydell@linaro.org, pbonzini@redhat.com On Wed, 09/07 14:06, Peter Xu wrote: > v4 changes: > - remove two standard headers since they are included in osdep.h > already [Fam] > - make sure it passes build on all platforms (no --target-list > specified during configure) Reviewed-by: Fam Zheng