Drop "qemu:" prefix from error_report() arguments
commit371b74e2215fde31cc22d23dfa710e11bb906038
authorMao Zhongyi <maozhongyi@cmss.chinamobile.com>
Fri, 21 Sep 2018 02:05:30 +0000 (20 22:05 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 24 Sep 2018 15:13:07 +0000 (24 17:13 +0200)
tree87d35b5528eae27f7e212674e764aed67a07fa37
parentc6c594596eabc80f6e54d96c56f01f8531d389b5
Drop "qemu:" prefix from error_report() arguments

error_report and friends already add a "qemu-system-xxx" prefix
to the string, so a "qemu:" prefix is redundant in the string.
Just drop it.

Reported-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <1537495530-580-1-git-send-email-maozhongyi@cmss.chinamobile.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
hw/i386/multiboot.c
hw/ppc/e500.c
hw/ppc/sam460ex.c
hw/riscv/sifive_e.c
hw/riscv/sifive_u.c
hw/riscv/spike.c
hw/riscv/virt.c