Convert error_report*_err() to warn_report*_err()
commit88f83f3539fdedd5f315c5fe434ffcb7a010cc73
authorAlistair Francis <alistair.francis@xilinx.com>
Wed, 12 Jul 2017 13:57:56 +0000 (12 06:57 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 13 Jul 2017 11:50:24 +0000 (13 13:50 +0200)
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 <alistair.francis@xilinx.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <d8e088757186955f40f04ec4f4be7f640d3c8660.1499866456.git.alistair.francis@xilinx.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
hw/core/qdev-properties.c
hw/i386/pc.c