mbox

[PULL,0/7] vl.c: Error message rework

Message ID 1446575883-24544-1-git-send-email-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-error-2015-11-03

Message

Markus Armbruster Nov. 3, 2015, 6:37 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 5, 2015, 10:10 a.m. UTC | #1
On 3 November 2015 at 18:37, Markus Armbruster <armbru@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM