From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtgTC-00070L-GG for qemu-devel@nongnu.org; Tue, 03 Nov 2015 13:38:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtgT8-0001LO-5Y for qemu-devel@nongnu.org; Tue, 03 Nov 2015 13:38:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtgT8-0001Kl-0l for qemu-devel@nongnu.org; Tue, 03 Nov 2015 13:38:06 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 80FEC8E690 for ; Tue, 3 Nov 2015 18:38:05 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-35.ams2.redhat.com [10.36.116.35]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA3Ic3ON013409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 3 Nov 2015 13:38:05 -0500 From: Markus Armbruster Date: Tue, 3 Nov 2015 19:37:56 +0100 Message-Id: <1446575883-24544-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 0/7] vl.c: Error message rework List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 3d861a01093f8eedfac9889746ccafcfd32039b7: Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-02' into staging (2015-11-02 11:11:39 +0000) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-error-2015-11-03 for you to fetch changes up to 5dfdae814307f7580d56ab4505288224751e0801: vl.c: Use "%s support is disabled" error messages consistently (2015-11-03 09:38:32 +0100) ---------------------------------------------------------------- vl.c: Error message rework ---------------------------------------------------------------- Eduardo Habkost (7): vl.c: Replace fprintf(stderr) with error_report() vl.c: Remove periods and exclamation points from error messages vl.c: Use "warning:" prefix consistently on warnings vl.c: Remove unnecessary uppercase in error messages vl.c: Touch up error messages vl.c: Improve warnings on use of deprecated options vl.c: Use "%s support is disabled" error messages consistently vl.c | 256 +++++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 125 insertions(+), 131 deletions(-) -- 2.4.3