diff options
author | Alistair Francis <alistair.francis@xilinx.com> | 2017-09-11 12:52:56 -0700 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-09-19 14:09:34 +0200 |
commit | b62e39b4690348d6b162a5506ea93523498c2563 (patch) | |
tree | 31fa3ecd870932b4ae751faa2fea01e2d5d4f65f /target/ppc | |
parent | 8297be80f7cf71e09617669a8bd8b2836dcfd4c3 (diff) | |
download | qemu-b62e39b4690348d6b162a5506ea93523498c2563.zip qemu-b62e39b4690348d6b162a5506ea93523498c2563.tar.gz qemu-b62e39b4690348d6b162a5506ea93523498c2563.tar.bz2 |
General warn report fixups
Tidy up some of the warn_report() messages after having converted them
to use warn_report().
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <9cb1d23551898c9c9a5f84da6773e99871285120.1505158760.git.alistair.francis@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/translate_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/ppc/translate_init.c b/target/ppc/translate_init.c index 49190ec..466bf97 100644 --- a/target/ppc/translate_init.c +++ b/target/ppc/translate_init.c @@ -9321,8 +9321,7 @@ static void init_ppc_proc(PowerPCCPU *cpu) } #endif if (env->check_pow == NULL) { - warn_report("no power management check handler " - "registered." + warn_report("no power management check handler registered." " Attempt QEMU to crash very soon !"); } } |