Re: [Qemu-devel] [PATCH v2] Drop "qemu:" prefix from error_report() arguments

2018-09-20 Thread Markus Armbruster
Mao Zhongyi writes: > 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 > Signed-off-by: Mao Zhongyi > Reviewed-by: Eduardo Habkost v1 dequeued, v2 queued, thanks!

Re: [Qemu-devel] [PATCH v2] Drop "qemu:" prefix from error_report() arguments

2018-09-20 Thread David Gibson
On Thu, Sep 20, 2018 at 10:05:30PM -0400, Mao Zhongyi wrote: > 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 > Signed-off-by: Mao Zhongyi > Reviewed-by: Eduardo Habkost

[Qemu-devel] [PATCH v2] Drop "qemu:" prefix from error_report() arguments

2018-09-20 Thread Mao Zhongyi
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 Signed-off-by: Mao Zhongyi Reviewed-by: Eduardo Habkost --- hw/i386/multiboot.c | 8 hw/ppc/e500.c | 4 ++-- hw/p