]> Git Repo - qemu.git/commit - hw/core/qdev-properties.c
Convert error_report*_err() to warn_report*_err()
authorAlistair Francis <[email protected]>
Wed, 12 Jul 2017 13:57:56 +0000 (06:57 -0700)
committerMarkus Armbruster <[email protected]>
Thu, 13 Jul 2017 11:50:24 +0000 (13:50 +0200)
commit88f83f3539fdedd5f315c5fe434ffcb7a010cc73
tree1e5d1d42d4bd53c1d5e66961173229e842967824
parente43ead1d0b9c467af4a2af8f5177316a0ccb5602
Convert error_report*_err() to warn_report*_err()

Convert all uses of error_report*_err("Warning:"... to use
warn_report*_err() instead. This helps standardise on a single
method of printing warnings to the user.

Signed-off-by: Alistair Francis <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Eduardo Habkost <[email protected]>
Cc: "Michael S. Tsirkin" <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Eduardo Habkost <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-Id: <d8e088757186955f40f04ec4f4be7f640d3c8660.1499866456[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
hw/core/qdev-properties.c
hw/i386/pc.c
This page took 0.026568 seconds and 4 git commands to generate.