From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsBHn-0000d7-EH for qemu-devel@nongnu.org; Fri, 30 Oct 2015 11:08:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsBHj-00030p-Dk for qemu-devel@nongnu.org; Fri, 30 Oct 2015 11:08:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsBHj-00030V-9E for qemu-devel@nongnu.org; Fri, 30 Oct 2015 11:08:07 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id C68D1373948 for ; Fri, 30 Oct 2015 15:08:06 +0000 (UTC) From: Eduardo Habkost Date: Fri, 30 Oct 2015 13:07:51 -0200 Message-Id: <1446217682-24421-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH v3 00/11] 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 Changes v2 -> v3: * Removed patch: "vl.c: Convert error sentences to simpler phrases" * Removed patch: "vl.c: Reword -machine help error messages" * Removed patch: "vl.c: Reword fw_cfg name prefix warning" * Removed patch: "vl.c: Use US spelling for 'unrecognized'" * New patch: "vl.c: Change 'fail to parse' error message to 'failed to parse'" * Squashed "vl.c: trivial: Don't wrap lines unnecessarily" into "vl.c: Replace fprintf(stderr) with error_report()" Changes v1 -> v2: * Extra patches for many suggestions I got when changing vl.c to use error_report() Eduardo Habkost (11): vl.c: Replace fprintf(stderr) with error_report() vl.c: Use error_report() when reporting shutdown signal vl.c: Remove periods and exclamation points from 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: Remove unnecessary uppercase in error messages vl.c: Change "fail to parse" error message to "failed to parse" vl.c: Simplify "ignoring deprecated option" warnings vl.c: Reword -no-kvm-pit-reinjection deprecation warning vl.c: Use "%s support is disabled" error messages consistently vl.c | 256 +++++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 125 insertions(+), 131 deletions(-) -- 2.1.0