pseries: Remove extraneous prints
authorDavid Gibson <david@gibson.dropbear.id.au>
Tue, 7 Aug 2012 16:10:31 +0000 (16:10 +0000)
committerAlexander Graf <agraf@suse.de>
Wed, 15 Aug 2012 17:43:15 +0000 (19:43 +0200)
commitc9f709d2e7d9dcc6e6ecbee8d499b4b14b11320b
treedc83d7eacb5ffd2c7c6c7e324034759957ba429a
parent03332579b81ef7f2b0fcb41e45f7764a5bfc1ea4
pseries: Remove extraneous prints

The pseries machine prints several messages to stderr whenever it starts up
and another whenever the vm is reset.  It's not normal for qemu machines to
do this though, so this patch removes them.  We can put them back
conditional on a DEBUG symbol if we really need them in future.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/spapr.c