hw/ppc/pnv: Remove superfluous "qemu" prefix from error strings
commit802fc7abd01b641032123906dad8578fb9ea017d
authorThomas Huth <thuth@redhat.com>
Wed, 8 Feb 2017 18:31:57 +0000 (8 19:31 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 22 Feb 2017 00:28:27 +0000 (22 11:28 +1100)
treeb31481e23d5b9bc4be458ccc569575e397ce6949
parentf6b99afdc33e94cd09ee68979f2db409e7f56517
hw/ppc/pnv: Remove superfluous "qemu" prefix from error strings

error_report() already puts a prefix with the program name in front
of the error strings, so the "qemu:" prefix is not necessary here
anymore.

Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv.c