From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrVbA-0002V9-Sp for qemu-devel@nongnu.org; Wed, 28 Oct 2015 14:37:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrVb7-0004Ut-Mz for qemu-devel@nongnu.org; Wed, 28 Oct 2015 14:37:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrVb7-0004Un-HR for qemu-devel@nongnu.org; Wed, 28 Oct 2015 14:37:21 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 33071A2C3E for ; Wed, 28 Oct 2015 18:37:21 +0000 (UTC) From: Eduardo Habkost Date: Wed, 28 Oct 2015 16:36:49 -0200 Message-Id: <1446057425-16891-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/16] vl.c: Error message rework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Andrew Jones , Markus Armbruster Extra patches for many suggestions I got when changing vl.c to use error_report(). I tried to implement each suggestion in a separate patch to make it easier to pick and choose the changes that are considered good enough. Eduardo Habkost (16): vl.c: Replace fprintf(stderr) with error_report() vl.c: Use error_report() when reporting shutdown signal vl.c: Remove periods from error_report() error messages vl.c: Use "warning:" prefix consistently on warnings vl.c: Use "cannot" instead of "can not" in error messages vl.c: Use 'quotes' instead of `quotes' in messages vl.c: Use "%s support disabled" error messages consistently vl.c: Simplify "ignoring deprecated option" warnings vl.c: Reword -no-kvm-pit-reinjection deprecation warning vl.c: Convert error sentences to simpler phrases vl.c: Remove unnecessary uppercase in error messages vl.c: trivial: Don't wrap lines unnecessarily vl.c: Reword -machine help error messages vl.c: Simplify date format error message vl.c: Use US spelling for "unrecognized" vl.c: Reword fw_cfg name prefix warning vl.c | 268 ++++++++++++++++++++++++++++++++----------------------------------- 1 file changed, 129 insertions(+), 139 deletions(-) -- 2.1.0